我的课程-过期课程-添加VIP过滤

This commit is contained in:
wuchunlei
2024-06-18 14:07:11 +08:00
parent 15c1781360
commit 1949d2f7c0
3 changed files with 48 additions and 33 deletions

View File

@@ -57,7 +57,7 @@ public class MyUserEntity implements Serializable {
*/
private String password;
/**
* 0-普通 1-vip
* 0-普通 1-vip //0-普通 1超级vip 2医学vip 3国学vip
*/
private String vip;
/**