This commit is contained in:
张良(004796)
2024-01-18 10:39:07 +08:00
parent 7e6629cf36
commit 2afafcf7e5

View File

@@ -51,6 +51,8 @@ public class CurrentUserInfoVo {
*/
@Schema(description = "生日")
private LocalDate birthday;
@Schema(description = "年龄")
private Integer age = 18;
/**
* 城市
*/