yujian
2020-03-28 393e3a365b5ebbed6e9eef07fbd18881cde73711
fanli/src/main/java/com/yeshi/fanli/service/inter/config/SystemCouponService.java
@@ -49,5 +49,11 @@
    * @return
    */
   public SystemCoupon getCouponByTypeAndPercent(String type, BigDecimal percent);
   /**
    * 赠送免单券
    * @return
    */
   public List<SystemCoupon> getGiveFreeCouponList();
   
}