init
This commit is contained in:
@@ -38,7 +38,7 @@ public class UpdateUserFullInfoReq {
|
||||
@Schema(description = "婚况")
|
||||
private Integer marriage;
|
||||
@Schema(description = "职业")
|
||||
private Integer profession;
|
||||
private String profession;
|
||||
@Schema(description = "年收入")
|
||||
private Integer annualIncome;
|
||||
@Schema(description = "公司性质")
|
||||
@@ -86,8 +86,8 @@ public class UpdateUserFullInfoReq {
|
||||
private String filterMarriage;
|
||||
@Schema(description = "择偶条件-学历")
|
||||
private Integer filterEducation;
|
||||
@Schema(description = "择偶条件-地区")
|
||||
private String filterResidence;
|
||||
@Schema(description = "择偶条件-地区Code")
|
||||
private String filterResidenceCode;
|
||||
@Schema(description = "择偶条件-年收入")
|
||||
private Integer filterAnnualIncome;
|
||||
@Schema(description = "择偶条件-小孩情况")
|
||||
|
||||
@@ -215,6 +215,8 @@ public class CurrentUserFullInfoVo {
|
||||
*/
|
||||
@Schema(description = "择偶条件-地区")
|
||||
private String filterResidence;
|
||||
@Schema(description = "择偶条件-地区Code")
|
||||
private String filterResidenceCode;
|
||||
/**
|
||||
* 择偶条件-年收入
|
||||
*/
|
||||
|
||||
@@ -206,6 +206,9 @@ public class HomeUserVo {
|
||||
*/
|
||||
@Schema(description = "择偶条件-地区")
|
||||
private String filterResidence;
|
||||
|
||||
@Schema(description = "择偶条件-地区Code")
|
||||
private String filterResidenceCode;
|
||||
/**
|
||||
* 择偶条件-年收入
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user