yujian
2019-08-14 8e751a7ee99afce71ac615a6111228c5c785ee46
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
@@ -205,4 +205,18 @@
    */
   public void randomRewardCoupon(int num, Long uid, String source) throws Exception;
   /**
    * 添加券
    * @param uid
    * @param couponType
    * @param source
    * @throws UserSystemCouponException
    */
   public void exchangeCoupon(Long uid, String couponType, String source, boolean give,
         BigDecimal percent) throws UserSystemCouponException, Exception;
   public List<UserSystemCouponVO> getCouponList(long start, int count, Long uid) throws UserSystemCouponException, Exception;
}