From d73ab2021def996f6c89f3a51c8fa1b5d65fe3b3 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期四, 29 八月 2019 12:28:46 +0800 Subject: [PATCH] 奖励券跳转资金详情 --- fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java index b25f3f7..a9435e6 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java @@ -2,9 +2,11 @@ import java.math.BigDecimal; +import com.yeshi.fanli.dto.msg.MsgOtherCouponActivateDTO; 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.msg.MsgOtherDetail.MsgTypeOtherTypeEnum; import com.yeshi.fanli.entity.bus.user.UserInfo; import com.yeshi.fanli.entity.bus.user.UserSystemCoupon; @@ -197,4 +199,39 @@ */ public void exchangeMsg(Long uid, String beiZhu, MsgOtherExchangeContentDTO content); + /** + * 鍒搁��鍥� + * @param coupon + * @param orderId + * @param type + */ + public void couponDrawBack(UserSystemCoupon coupon, String orderId, MsgTypeOtherTypeEnum type); + + /** + * 鍒� + * @param coupon + * @param type + */ + public void outOfDate(UserSystemCoupon coupon, MsgTypeOtherTypeEnum type); + + /** + * 鍏嶅崟鍒告鍦ㄤ娇鐢� + * + * @param source + * @param startTime + * @param endTime + */ + public void couponUsingFreeSheet(UserSystemCoupon coupon,String orderId,BigDecimal money, MsgTypeOtherTypeEnum type); + + public void couponUsedFreeSheet(UserSystemCoupon coupon, String orderId, MsgTypeOtherTypeEnum type); + + + /** + * 璧犻�佺殑鍏嶅崟鍒告縺娲� + * @param uid + * @param beiZhu + * @param content + */ + public void giveCouponActivateMsg(Long uid, String beiZhu, MsgOtherCouponActivateDTO content); + } -- Gitblit v1.8.0