admin
2020-03-01 ec8a1c6f81b5747e9efce86faaba33d10df7f61d
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();
   
}