Commit 259105e3 by wangli

重命名

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