|
@@ -29,4 +29,8 @@ public class UserIdCardAddBo {
|
|
|
/** 公司名称 */
|
|
/** 公司名称 */
|
|
|
@ApiModelProperty("公司名称")
|
|
@ApiModelProperty("公司名称")
|
|
|
private String companyName;
|
|
private String companyName;
|
|
|
|
|
+ @ApiModelProperty("教育")
|
|
|
|
|
+ public String education;
|
|
|
|
|
+ @ApiModelProperty("性别")
|
|
|
|
|
+ public String sex;
|
|
|
}
|
|
}
|