admin
2020-04-26 f99d8098b0aee17c09be5dfee8b4f72a6f4071b1
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);
   
   /**