fanli/src/main/java/com/yeshi/fanli/dto/msg/MsgOtherExchangeContentDTO.java
@@ -8,6 +8,20 @@ */ public class MsgOtherExchangeContentDTO { public enum MsgTypeOtherTypeEnum { coupon("券"), taoLiJin("推广红包"), cash("现金"), invite("激活或发布卡"); private final String desc; private MsgTypeOtherTypeEnum(String desc) { this.desc = desc; } public String getDesc() { return desc; } } private String state; // 状态 private String expend; // 消耗 private String totalGold; //赠送类别