超级会员购买相关
This commit is contained in:
@@ -71,7 +71,8 @@ public class MemberLevelConfig implements Serializable {
|
||||
/**
|
||||
* 周期时间包含周 月 年 日
|
||||
*/
|
||||
private String cycleTime;
|
||||
private Integer cycleTime;
|
||||
private String cycleUnit;
|
||||
|
||||
/**
|
||||
* 赠送积分
|
||||
|
||||
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
@@ -56,7 +56,8 @@ public class MemberLevelVO implements Serializable {
|
||||
/**
|
||||
* 周期时间包含周 月 年 日
|
||||
*/
|
||||
private String cycleTime;
|
||||
private Integer cycleTime;
|
||||
private String cycleUnit;
|
||||
|
||||
/**
|
||||
* 赠送积分
|
||||
|
||||
Reference in New Issue
Block a user