无关风月
2025-05-06 6f19ee6018f82cf981135fd81b1608faea53ce7e
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/TAppUserVipDetailService.java
@@ -13,5 +13,5 @@
 */
public interface TAppUserVipDetailService extends IService<TAppUserVipDetail> {
    void giveVipCoupun(Long appUserId, Integer vipId,Long recordId,Integer monthNum);
    void giveVipCoupun(TAppUserVipDetail recentDetail);
}