2
0

fix: 添加出生日期字段

This commit is contained in:
caiyuchao
2025-02-19 16:31:58 +08:00
parent 1749442161
commit 7c048fe254
8 changed files with 37 additions and 3 deletions

View File

@@ -62,6 +62,9 @@ public class UUser {
@Schema(description = "年龄")
private Integer age;
@Schema(description = "出生日期")
private Date birthDate;
@Schema(description = "地址")
private String address;