| | |
| | | List<UserSystemCoupon> getUserCouponList(@Param("start") long start, @Param("count") int count,
|
| | | @Param("uid") Long uid);
|
| | |
|
| | | |
| | | List<UserSystemCouponVO> getCouponListOld(@Param("start") long start, @Param("count") int count, |
| | | @Param("uid") Long uid);
|
| | | |
| | | long countCouponOld(@Param("uid") Long uid);
|
| | | |
| | | |
| | | List<UserSystemCouponVO> getUserCouponVOList(@Param("start") long start, @Param("count") int count,
|
| | | @Param("uid") Long uid);
|
| | |
|
| | |
| | | * @param source
|
| | | * @return
|
| | | */
|
| | | List<UserSystemCoupon> getIncludeExchange(@Param("uid") Long uid, @Param("list") List<String> list);
|
| | | List<UserSystemCoupon> getIncludeExchange(@Param("uid") Long uid, @Param("num") int num, @Param("type") String type);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param source
|
| | | * @return
|
| | | */
|
| | | List<UserSystemCoupon> getIncludeNotExchange(@Param("uid") Long uid,@Param("list") List<String> list);
|
| | | List<UserSystemCouponVO> getIncludeNotExchange(@Param("uid") Long uid,@Param("num") int num, @Param("type") String type);
|
| | |
|
| | | } |