Pu Zhibing
2025-01-13 b576d6c3f90817ba2ab1bda2dabd94bf1031a961
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);
}