trade:增加优惠劵使用、商品库存的扣减

This commit is contained in:
YunaiV
2022-11-10 00:32:35 +08:00
parent 16f5d0f5a4
commit 84f6ec10bc
8 changed files with 88 additions and 57 deletions

View File

@ -40,7 +40,7 @@ public class ProductSkuUpdateStockReqDTO {
* 负数:扣减库存
*/
@NotNull(message = "库存变化数量不能为空")
private Integer incCount;
private Integer incrCount;
}