init
This commit is contained in:
@@ -47,6 +47,8 @@ public class User implements Serializable {
|
||||
*/
|
||||
@Schema(description = "开通的VIP类型")
|
||||
private Integer vipType;
|
||||
@Schema(description = "vip到期时间")
|
||||
private LocalDateTime vipTimeout;
|
||||
/**
|
||||
* 密码
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user