This commit is contained in:
张良(004796)
2024-04-17 00:30:30 +08:00
parent 855c308264
commit 0819284711
9 changed files with 66 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ public class User implements Serializable {
/**
* 年龄
*/
private Long age;
private Integer age;
/**
* 生日
*/