超级会员购买相关

This commit is contained in:
张松
2025-09-12 10:42:24 +08:00
parent bd47a96228
commit 484d39819c
4 changed files with 21 additions and 27 deletions

View File

@@ -71,7 +71,8 @@ public class MemberLevelConfig implements Serializable {
/**
* 周期时间包含周 月 年 日
*/
private String cycleTime;
private Integer cycleTime;
private String cycleUnit;
/**
* 赠送积分

View File

@@ -41,6 +41,6 @@ public interface TbMemberConfigService extends IService<TbMemberConfig> {
* 发放会员奖励
* @param isCost 是否是消费 true 消费 false 充值
*/
boolean deliver(Long shopId, Long userId, TableValueConstant.MemberExpFlow.Type type, BigDecimal money, boolean isCost);
boolean deliver(Long shopId, Long userId, TableValueConstant.MemberExpFlow.Type type, BigDecimal money, Integer expVal);
}

View File

@@ -56,7 +56,8 @@ public class MemberLevelVO implements Serializable {
/**
* 周期时间包含周 月 年 日
*/
private String cycleTime;
private Integer cycleTime;
private String cycleUnit;
/**
* 赠送积分