puzhibing
2024-10-31 fd35f223b7f40ee9ee4a9307384b54a96d7956a2
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);
}