yujian
2019-12-20 eda5d0e998204c7a49ab84d8528569b765bec2f9
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;
}