This commit is contained in:
张良(004796)
2024-04-24 20:02:20 +08:00
parent adae359bff
commit a3c57e7bce
3 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ public class User implements Serializable {
*/
@Schema(description = "开通的VIP类型")
private Integer vipType;
@Schema(description = "vip到期时间")
private LocalDateTime vipTimeout;
/**
* 密码
*/