ソースを参照

删除测试接口

home 2 年 前
コミット
14fe40a7b0

+ 0 - 5
hx-service/storage/src/main/java/com/fjhx/attachment/controller/StockAttachmentController.java

@@ -25,11 +25,6 @@ public class StockAttachmentController {
     @Autowired
     private StockAttachmentService stockAttachmentService;
 
-    @GetMapping("/helloWord")
-    public R helloWord() {
-        return R.success("hello word");
-    }
-
     @PostMapping("/page")
     public R page(@RequestBody Map<String, String> condition) {
         Page<StockAttachment> result = stockAttachmentService.getPage(condition);