积分 发放

This commit is contained in:
2025-12-11 15:12:21 +08:00
parent e43cda28b7
commit 27ff6ae2d7
11 changed files with 161 additions and 149 deletions

View File

@@ -23,13 +23,14 @@ public interface TableValueConstant {
}
}
}
interface MemberExpFlow {
@Getter
enum Type {
RECHARGE("RECHARGE", "充值增积分"),
PAY("PAY", "购买会员增积分"),
RECHARGE("RECHARGE", "充值成长值 积分发放在扣减余额的地方"),
PAY("PAY", "购买会员"),
MEMBER_TASK("MEMBER_TASK", "会员周奖励"),
COST("COST", "消费增积分");
COST("COST", "消费成长值");
private final String code;
private final String msg;
@@ -115,6 +116,7 @@ public interface TableValueConstant {
}
}
interface EnableConfig {
@Getter
enum Type {