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