Commit e9f38ca2 by 王力

Merge branch 'dev_bussiness_layer0726' into 'develop'

重命名

See merge request !277
2 parents f242155d 259105e3
......@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@RequestMapping("/pea-order")
public class BusinessBlock {
public class BusinessBlockController {
@GetMapping("/business/service/block/list")
public Result<?> businessSeverBlocks() {
......
......@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
@Controller
@RequestMapping("/pea-order")
public class BusinessLayer {
public class BusinessLayerController {
@GetMapping("/business/layer/list")
public Result<?> businessLayers() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!