商品修改库存
This commit is contained in:
parent
6ffbef791f
commit
e2956752ec
|
|
@ -125,7 +125,7 @@ public class ProductController {
|
|||
return CzgResult.success();
|
||||
}
|
||||
|
||||
@PutMapping
|
||||
@PostMapping("modifyStock")
|
||||
@OperationLog("商品-修改库存")
|
||||
@SaStaffCheckPermission("yun_xu_xiu_gai_shang_pin")
|
||||
public CzgResult<Void> updateProductStock(@RequestBody ProductModifyStockParam param) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue