yujian
2019-12-18 89cc8f054c27f70fcfe16f14554a8a12e0c19e23
fanli/src/main/java/com/yeshi/fanli/service/inter/redpack/RedPackGiveRecordService.java
@@ -38,4 +38,12 @@
   public RedPackGiveRecord receiveFriendsGive(Long uid, Long id) throws RedPackGiveRecordException;
   /**
    * 赠送退回
    * @param id
    * @throws Exception
    */
   public void overdueByPrimaryKey(Long id) throws Exception;
}