yujian
2020-04-02 06bbeaeb73178a6cff0f207a1a284a73f6445e25
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();
   
}