admin
2019-08-27 b863cc7f007a953a794c09729a034f5d34b26d9b
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);
}