From 3672aec5bf6c2c6da4cb7ab4a8b5f314a22c5831 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期一, 19 八月 2019 17:32:00 +0800 Subject: [PATCH] 退回淘礼金 --- fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgOtherDetail.java | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgOtherDetail.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgOtherDetail.java index 01dcf13..d056829 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgOtherDetail.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/msg/MsgOtherDetail.java @@ -6,6 +6,7 @@ import org.yeshi.utils.mybatis.Table; import com.yeshi.fanli.dto.msg.MsgOtherCouponContentDTO; +import com.yeshi.fanli.dto.msg.MsgOtherExchangeContentDTO; import com.yeshi.fanli.dto.msg.MsgOtherGiveContentDTO; import com.yeshi.fanli.dto.msg.MsgOtherTaoLiJinContentDTO; import com.yeshi.fanli.entity.bus.user.UserInfo; @@ -20,7 +21,7 @@ public class MsgOtherDetail { public enum MsgTypeOtherTypeEnum { couponMianDan("鍏嶅崟鍒�"), couponWelfareMianDan("绂忓埄鍏嶅崟鍒�"), couponReward("濂栧姳鍒�"), - taoLiJin("鎺ㄥ箍绾㈠寘"), give("璧犻��"); + taoLiJin("鎺ㄥ箍绾㈠寘"), give("璧犻��"), exchange("閲戝竵鍏戞崲"); private final String desc; @@ -60,6 +61,9 @@ // 璧犻�佷俊鎭� private MsgOtherGiveContentDTO giveContent; + + // 閲戝竵鍏戞崲淇℃伅 + private MsgOtherExchangeContentDTO exchangeContent; public MsgOtherCouponContentDTO getCoupnContent() { @@ -157,4 +161,12 @@ public void setGiveContent(MsgOtherGiveContentDTO giveContent) { this.giveContent = giveContent; } + + public MsgOtherExchangeContentDTO getExchangeContent() { + return exchangeContent; + } + + public void setExchangeContent(MsgOtherExchangeContentDTO exchangeContent) { + this.exchangeContent = exchangeContent; + } } -- Gitblit v1.8.0