This commit is contained in:
77
2024-04-14 16:02:39 +08:00
parent 689968ebc1
commit 855c308264
3 changed files with 7 additions and 4 deletions

View File

@@ -90,6 +90,7 @@ public class User implements Serializable {
* 居住地代码
*/
private String residenceCode;
// private String residenceCityCode;
/**
* 居住城市
*/

View File

@@ -41,8 +41,10 @@ public class HomePageReq extends PageQuery {
private Integer marriage;
@Schema(description = "教育")
private Integer education;
@Schema(description = "居住地")
private String residenceCode;
// @Schema(description = "居住地")
// private String residenceCode;
@Schema(description = "居住地城市中文")
private String residenceCodeStr;
@Schema(description = "VIP查询限制")
private VipQuery vipQuery;