he2802 2 лет назад
Родитель
Сommit
b69b15d90a

+ 4 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/user/bo/UserIdCardAddBo.java

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