This commit is contained in:
张良(004796)
2024-04-23 20:16:04 +08:00
parent a5f9adfb3c
commit 0b977925f9
10 changed files with 62 additions and 39 deletions

View File

@@ -38,6 +38,15 @@ public class User implements Serializable {
* 用户类型: 0普通用户 1 内部用户
*/
private Integer type;
/**
* 是否为VIP
*/
private Boolean openVip;
/**
* @see com.ruoyi.xq.enums.vip.VipTypeEnum
*/
@Schema(description = "开通的VIP类型")
private Integer vipType;
/**
* 密码
*/