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); }