yujian
2019-09-03 a0922ef92c75806e55db610a905de3e0d73e7806
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);
}