luodangjia
2024-08-19 c55d4db0d9e2d3c971ffbda46d7e4f26376822d7
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/TAppUserVipDetailService.java
@@ -13,4 +13,5 @@
 */
public interface TAppUserVipDetailService extends IService<TAppUserVipDetail> {
    void giveVipCoupun(Long appUserId, Integer vipId,Long recordId,Integer monthNum);
}