mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-16 12:05:07 +08:00
trade:增加优惠劵使用、商品库存的扣减
This commit is contained in:
@ -40,7 +40,7 @@ public class ProductSkuUpdateStockReqDTO {
|
||||
* 负数:扣减库存
|
||||
*/
|
||||
@NotNull(message = "库存变化数量不能为空")
|
||||
private Integer incCount;
|
||||
private Integer incrCount;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user