线索boolean
This commit is contained in:
@@ -59,13 +59,13 @@ public class QualificationsInfoDO {
|
|||||||
* 1-未婚 2-已婚 3-离婚 4-丧偶
|
* 1-未婚 2-已婚 3-离婚 4-丧偶
|
||||||
*/
|
*/
|
||||||
@Column(name = "marital_status")
|
@Column(name = "marital_status")
|
||||||
private Boolean maritalStatus;
|
private Integer maritalStatus;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1-初中及以下 2-高中 3-专科 4-本科及以上
|
* 1-初中及以下 2-高中 3-专科 4-本科及以上
|
||||||
*/
|
*/
|
||||||
@Column(name = "education_level")
|
@Column(name = "education_level")
|
||||||
private Boolean educationLevel;
|
private Integer educationLevel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 户口地址
|
* 户口地址
|
||||||
|
|||||||
@@ -41,9 +41,9 @@ public class JoinIntentionRequest {
|
|||||||
@ApiModelProperty("身份证反面")
|
@ApiModelProperty("身份证反面")
|
||||||
private String backOfIdCard;
|
private String backOfIdCard;
|
||||||
@ApiModelProperty("婚姻状态 1-未婚 2-已婚 3-离婚 4-丧偶")
|
@ApiModelProperty("婚姻状态 1-未婚 2-已婚 3-离婚 4-丧偶")
|
||||||
private Boolean maritalStatus;
|
private Integer maritalStatus;
|
||||||
@ApiModelProperty("学历 1-初中及以下 2-高中 3-专科 4-本科及以上")
|
@ApiModelProperty("学历 1-初中及以下 2-高中 3-专科 4-本科及以上")
|
||||||
private Boolean educationLevel;
|
private Integer educationLevel;
|
||||||
@ApiModelProperty("户口地址")
|
@ApiModelProperty("户口地址")
|
||||||
private String householdRegistrationAddress;
|
private String householdRegistrationAddress;
|
||||||
@ApiModelProperty("结算卡卡号")
|
@ApiModelProperty("结算卡卡号")
|
||||||
|
|||||||
@@ -42,9 +42,9 @@ public class PartnerBaseInfoVO {
|
|||||||
@ApiModelProperty("身份证反面")
|
@ApiModelProperty("身份证反面")
|
||||||
private String backOfIdCard;
|
private String backOfIdCard;
|
||||||
@ApiModelProperty("婚姻状态 1-未婚 2-已婚 3-离婚 4-丧偶")
|
@ApiModelProperty("婚姻状态 1-未婚 2-已婚 3-离婚 4-丧偶")
|
||||||
private Boolean maritalStatus;
|
private Integer maritalStatus;
|
||||||
@ApiModelProperty("学历 1-初中及以下 2-高中 3-专科 4-本科及以上")
|
@ApiModelProperty("学历 1-初中及以下 2-高中 3-专科 4-本科及以上")
|
||||||
private Boolean educationLevel;
|
private Integer educationLevel;
|
||||||
@ApiModelProperty("户口地址")
|
@ApiModelProperty("户口地址")
|
||||||
private String householdRegistrationAddress;
|
private String householdRegistrationAddress;
|
||||||
@ApiModelProperty("结算卡卡号")
|
@ApiModelProperty("结算卡卡号")
|
||||||
|
|||||||
Reference in New Issue
Block a user