init
This commit is contained in:
@@ -67,12 +67,18 @@ public class CurrentUserFullInfoVo {
|
||||
* 居住地
|
||||
*/
|
||||
@Schema(description = "居住地")
|
||||
private String residence;
|
||||
private String residenceCode;
|
||||
@Schema(description = "居住地名称")
|
||||
private String residenceName;
|
||||
@Schema(description = "居住地城市")
|
||||
private String residenceCityName;
|
||||
/**
|
||||
* 户籍地
|
||||
*/
|
||||
@Schema(description = "户籍地")
|
||||
private String address;
|
||||
private String addressCode;
|
||||
@Schema(description = "户籍地名称")
|
||||
private String addressName;
|
||||
/**
|
||||
* 学历
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user