From 2b226343d4df9b2458991331848ebc6911f7032d Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期二, 27 八月 2019 10:51:55 +0800 Subject: [PATCH] 自购免单券 新增免单 --- fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java | 11 +++++++++++ 1 files changed, 11 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 93b3734..3ae41ab 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 @@ -213,4 +213,15 @@ */ 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); + } -- Gitblit v1.8.0