吴门医述我的课程放开心理学模块

This commit is contained in:
wuchunlei
2025-03-13 13:32:30 +08:00
parent 32af78fca4
commit 62b42a1e7e
4 changed files with 81 additions and 65 deletions

View File

@@ -60,6 +60,11 @@ public class UserVipServiceImpl extends ServiceImpl<UserVipDao, UserVip> impleme
return isVip(4);
}
@Override
public boolean isChineseWesternVip() {
return isVip(9);
}
@Override
public boolean isAcupunctureVip() {
return isVip(5);