|
@@ -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);
|