| | |
| | | public int countTodatyUserCouponBySource(Long uid, String source);
|
| | |
|
| | |
|
| | |
|
| | | /**
|
| | | * 添加券
|
| | | * @param uid
|
| | | * @param couponType
|
| | | * @param source
|
| | | * @throws UserSystemCouponException
|
| | | */
|
| | | public void exchangeCoupon(Long uid, String couponType, String source,
|
| | | BigDecimal percent) throws UserSystemCouponException, Exception;
|
| | |
|
| | | |
| | | /**
|
| | | * 券列表 1.6.5
|
| | | * @param start
|
| | |
| | | * @throws Exception
|
| | | */
|
| | | public UserSystemCoupon freeCouponWinBySystem(Long uid, CouponTypeEnum typeEnum, String source, int num, boolean notify,
|
| | | Integer expiryDay) throws UserSystemCouponException, Exception;
|
| | | Integer expiryDay, Integer activated) throws UserSystemCouponException, Exception;
|
| | |
|
| | | /**
|
| | | * 获取有效免单券列表
|