init
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
* 密码
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user