xuhy
2024-10-14 e9f36d42efaa757c7f93b00ba3ff9fb0d0bf46c9
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(Long appUserId, Integer vipId,Long recordId,Integer monthNum);
}