Update PmsSkuStockController.java

This commit is contained in:
macro 2021-03-18 20:41:12 +08:00
parent d5a5bc7f33
commit 10163c966b

View File

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