fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java
@@ -33,4 +33,27 @@ */ public List<UserSystemCouponGiveRecord> overdueList(int count); /** * id查询 * @param id * @return */ public UserSystemCouponGiveRecord selectByPrimaryKey(Long id); /** * 赠送需退回 * @param uid * @return */ public List<UserSystemCouponGiveRecord> overdueListByUser(Long uid); /** * 领取的id * @param count * @return */ UserSystemCouponGiveRecord getByReceiveId(Long receiveId); }