商品耗材取消订单/退菜/退单红冲库存

This commit is contained in:
Tankaikai
2025-03-21 10:29:22 +08:00
parent 2f2eaf7edf
commit 9b10ef0f5f
4 changed files with 13 additions and 7 deletions

View File

@@ -34,6 +34,10 @@ public class ProductModifyStockParam implements Serializable {
@Min(value = 0, message = "库存数量不能小于0", groups = DefaultGroup.class)
@Max(value = Integer.MAX_VALUE, message = "库存数量不能大于" + Integer.MAX_VALUE, groups = DefaultGroup.class)
private Integer stockNumber;
/**
* 备注
*/
private String remark;
/**
* 店铺id
*/