mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
test1
This commit is contained in:
@@ -28,7 +28,7 @@ public class PriceController {
|
||||
PriceService priceService;
|
||||
@Autowired
|
||||
ProductService productService;
|
||||
|
||||
|
||||
@GetMapping("/list")
|
||||
public String list(@RequestParam(name = "searchn", defaultValue = "0") int searchn,
|
||||
@RequestParam(name = "search", defaultValue = "") String search,
|
||||
|
||||
Reference in New Issue
Block a user