admin
2019-12-12 d46dea27b6ec3e0fb32ec7d137699e9fc7d609b0
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);
   
   /**