admin
2024-10-15 4995469ae28ce99f5e682895c0708d15f4dc63cd
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
@@ -75,7 +75,7 @@
    * @throws UserSystemCouponException
    * @throws Exception
    */
   public void useGoodsCoupon(Long uid, Long id, Long goodId, Integer sourceType) throws UserSystemCouponException, Exception;
   public void useGoodsCoupon(Long uid, Long id, String goodId, Integer sourceType) throws UserSystemCouponException, Exception;
   
   
   /**