【代码优化】商城: 满减送活动

This commit is contained in:
puhui999
2024-09-02 17:20:41 +08:00
parent 1bf7fd39fc
commit 79cb96702a
10 changed files with 26 additions and 20 deletions

View File

@ -95,8 +95,10 @@ public class RewardActivityMatchRespDTO {
*
* key: 优惠劵模版编号
* value对应的优惠券数量
*
* 目的:用于订单支付后赠送优惠券
*/
private Map<Long, Integer> giveCoupons;
private Map<Long, Integer> giveCouponTemplateCounts;
}