This commit is contained in:
张良(004796)
2024-01-02 17:01:28 +08:00
parent cf724410f3
commit 2c68510a02
17 changed files with 73 additions and 24 deletions

View File

@@ -76,7 +76,8 @@ public class User implements Serializable {
/**
* 城市
*/
private Long city;
private Integer cityId;
private String city;
/**
* 资料是否完成 0 未完成 1已完成
*/