Pu Zhibing
2025-06-19 98b09eae533537dc9a5277aa6374bd7d35cfe5c4
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);
    void giveVipCoupun(TAppUserVipDetail recentDetail);
}