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