Pu Zhibing
2025-07-17 4a8411147f0341005f746148fdaac64014f65813
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);
}