admin
2019-09-09 61c21f17b1ad94e4b0018c7e385195bab21b0b5c
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java
@@ -41,4 +41,19 @@
    */
   public UserSystemCouponGiveRecord selectByPrimaryKey(Long id);
   /**
    * 赠送需退回
    * @param uid
    * @return
    */
   public List<UserSystemCouponGiveRecord> overdueListByUser(Long uid);
   /**
    * 领取的id
    * @param count
    * @return
    */
   UserSystemCouponGiveRecord getByReceiveId(Long receiveId);
}