新增字段 已发放数量 giftNum

已发放数量 问题
This commit is contained in:
2025-09-12 17:56:11 +08:00
parent e6fe3e66c7
commit 0794ac7569
7 changed files with 62 additions and 7 deletions

View File

@@ -66,6 +66,11 @@ public class MkShopConsumerCouponDTO implements Serializable {
*/
private Integer giveNum;
/**
* 已发放数量
*/
private Integer giftNum;
/**
* 每人领取限量,-10086为不限量
*/

View File

@@ -140,6 +140,10 @@ public class ShopCouponDTO implements Serializable {
* 总发放数量,-10086为不限量
*/
private Integer giveNum;
/**
* 已发放数量
*/
private Integer giftNum;
/**
* 可领取用户:全部/all新用户一次/new仅会员/vip

View File

@@ -69,6 +69,11 @@ public class MkShopConsumerCoupon implements Serializable {
*/
private Integer giveNum;
/**
* 已发放数量
*/
private Integer giftNum;
/**
* 每人领取限量,-10086为不限量
*/

View File

@@ -134,6 +134,10 @@ public class ShopCoupon implements Serializable {
* 总发放数量,-10086为不限量
*/
private Integer giveNum;
/**
* 已发放数量
*/
private Integer giftNum;
/**
* 可领取用户:全部/all新用户一次/new仅会员/vip