小程序分享奖励管理字段统一

This commit is contained in:
张松
2025-03-11 09:34:01 +08:00
parent a5ba6d902c
commit 27635d7b0d
2 changed files with 10 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ public class ShopShareDTO implements Serializable {
/**
* 新用户获得券
*/
private List<Long> newCouponIdList;
private List<Long> newCouponList;
/**
* 邀请人数
@@ -77,7 +77,7 @@ public class ShopShareDTO implements Serializable {
/**
* 奖励券
*/
private List<Long> rewardCouponIdList;
private List<Long> rewardCouponList;
/**
* 获取方法 get-新用户领取获得 use-新用户使用获得