无关风月
2025-07-16 8b48244257eaa19bfd8a761b3d2309cea25a8aaa
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);
}