Pu Zhibing
2024-12-17 1d4473f81abe4ef200f23b781756a7da689dc718
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/UserCouponService.java
@@ -24,5 +24,5 @@
    * @param userId
    * @return
    */
   List<PaymentUserCouponVo> getUserCoupon(Long userId, BigDecimal orderMoney, Integer type);
   List<PaymentUserCouponVo> getUserCoupon(Long userId, Integer type);
}