商品耗材取消订单/退菜/退单红冲库存
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user