admin
2020-05-14 235921d820f29b04b1e82f6a6f0d4a1957a900ef
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponGiveRecordService.java
@@ -55,6 +55,14 @@
    * @return
    */
   public UserSystemCouponGiveRecord getByReceiveId(Long receiveId);
   /**
    * 查询券赠送信息
    * @param couponId
    * @return
    */
   public UserSystemCouponGiveRecord getByCouponId(Long couponId);
   
   /**