券兑换码相关接口

This commit is contained in:
张松
2025-10-22 09:41:25 +08:00
parent 15d93a54cd
commit f0c4ea2242
15 changed files with 827 additions and 4 deletions

View File

@@ -26,10 +26,8 @@ public interface TableValueConstant {
interface EnableConfig {
@Getter
enum Type {
RECHARGE_REDEMPTION("RECHARGE_REDEMPTION", "充值兑换"),
PAY("PAY", "购买会员增积分"),
MEMBER_TASK("MEMBER_TASK", "会员周奖励"),
COST("COST", "消费增积分");
RECHARGE_REDEMPTION("recharge_redemption", "充值兑换"),
COUPON_REDEMPTION("coupon_redemption", "券兑换");
private final String code;
private final String msg;