| | |
| | | import com.yeshi.fanli.vo.user.UserSystemCouponVO;
|
| | |
|
| | | public interface UserSystemCouponService {
|
| | | |
| | | public int insertSelective(UserSystemCoupon record);
|
| | |
|
| | | public UserSystemCoupon selectByPrimaryKey(Long id);
|
| | |
| | | /**
|
| | | * 更新券使用记录
|
| | | * @param uid
|
| | | * @param id
|
| | | * @param id |
| | | * @throws UserSystemCouponException
|
| | | * @throws Exception
|
| | | */
|
| | |
| | | */
|
| | | public UserSystemCouponRecordVO getFreeCouponRecord(String orderNo) throws UserSystemCouponException, Exception;
|
| | |
|
| | | /**
|
| | | * 根据订单来源查询
|
| | | * @param uid
|
| | | * @param source
|
| | | * @return
|
| | | */
|
| | | public List<UserSystemCoupon> getUserCouponBySource(Long uid, String source);
|
| | |
|
| | |
|
| | | }
|