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; /**