| | |
| | | * @throws UserSystemCouponException
|
| | | * @throws Exception
|
| | | */
|
| | | public void insertUserCoupon(Long uid, String couponType, String source) throws UserSystemCouponException, Exception;
|
| | | public void insertUserCoupon(Long uid, String couponType, String source, BigDecimal percent) throws UserSystemCouponException, Exception;
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @return
|
| | | * @throws UserSystemCouponException
|
| | | */
|
| | | public String giveCoupon(Long uid, Long id) throws UserSystemCouponException;
|
| | | public UserSystemCouponVO giveCoupon(Long uid, Long id) throws UserSystemCouponException;
|
| | |
|
| | |
|
| | | /**
|