Update PmsSkuStockController.java
This commit is contained in:
parent
d5a5bc7f33
commit
10163c966b
@ -22,7 +22,7 @@ public class PmsSkuStockController {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private PmsSkuStockService skuStockService;
|
private PmsSkuStockService skuStockService;
|
||||||
|
|
||||||
@ApiOperation("根据商品编号及编号模糊搜索sku库存")
|
@ApiOperation("根据商品编号及sku编码模糊搜索sku库存")
|
||||||
@RequestMapping(value = "/{pid}", method = RequestMethod.GET)
|
@RequestMapping(value = "/{pid}", method = RequestMethod.GET)
|
||||||
@ResponseBody
|
@ResponseBody
|
||||||
public CommonResult<List<PmsSkuStock>> getList(@PathVariable Long pid, @RequestParam(value = "keyword",required = false) String keyword) {
|
public CommonResult<List<PmsSkuStock>> getList(@PathVariable Long pid, @RequestParam(value = "keyword",required = false) String keyword) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user