获取用户当前培训班最低价格

This commit is contained in:
wuchunlei
2025-04-14 15:50:27 +08:00
parent a73500ee32
commit 2b57f006a5
10 changed files with 142 additions and 40 deletions

View File

@@ -12,14 +12,14 @@ public interface UserVipService extends IService<UserVip> {
boolean isVip();
boolean isVip(int uid);
boolean noMedicalVip();
boolean isMedicalVip();
boolean isChineseWesternVip();
boolean isAcupunctureVip();
boolean istumorVip();
boolean isSociologyVip();
boolean isPsycheVip();
boolean is4569SVip();
boolean is78SVip();
boolean isMedicalVip(int uid);
boolean isChineseWesternVip(int uid);
boolean isAcupunctureVip(int uid);
boolean istumorVip(int uid);
boolean isSociologyVip(int uid);
boolean isPsycheVip(int uid);
boolean is4569SVip(int uid);
boolean is78SVip(int uid);
//是否是这门课的vip
UserVip ownCourseCatalogueByVip(int courseId);