fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
@@ -75,7 +75,7 @@ /** * 更新券使用记录 * @param uid * @param id * @param id * @throws UserSystemCouponException * @throws Exception */ @@ -124,5 +124,15 @@ */ public List<UserSystemCoupon> getUserCouponBySource(Long uid, String source); /** * 插入券信息 * @param uid * @param couponType * @param source 来源 * @throws UserSystemCouponException * @throws Exception */ public void insertUserCoupon(Long uid, String couponType, String source) throws UserSystemCouponException, Exception; }