Browse Source

身份证

fanxp 1 year ago
parent
commit
596fd70f52

+ 0 - 5
src/main/java/com/xjrsoft/module/organization/vo/UserPageVo.java

@@ -40,11 +40,6 @@ public class UserPageVo implements Serializable {
      */
     private String nickName;
 
-    /**
-     * 密码
-     */
-    private String password;
-
     /**
      * 性别
      */

+ 0 - 5
src/main/java/com/xjrsoft/module/organization/vo/UserVo.java

@@ -39,11 +39,6 @@ public class UserVo implements Serializable {
      */
     private String nickName;
 
-    /**
-     * 密码
-     */
-    private String password;
-
     /**
      * 性别
      */

+ 10 - 5
src/main/java/com/xjrsoft/module/student/vo/BaseStudentUserVo.java

@@ -32,11 +32,6 @@ public class BaseStudentUserVo {
      */
     @ApiModelProperty("昵称")
     private String nickName;
-    /**
-     * 密码
-     */
-    @ApiModelProperty("密码")
-    private String password;
     /**
      * 性别
      */
@@ -82,6 +77,16 @@ public class BaseStudentUserVo {
      */
     @ApiModelProperty("备注")
     private String remark;
+    /**
+     * 证件类型(xjr_dictionary_item[credential_type])
+     */
+    @ApiModelProperty("证件类型(xjr_dictionary_item[credential_type])")
+    private String credentialType;
+    /**
+     * 证件号码
+     */
+    @ApiModelProperty("证件号码")
+    private String credentialNumber;
 
     /**
      * baseStudent

+ 10 - 6
src/main/java/com/xjrsoft/module/teacher/vo/XjrUserVo.java

@@ -40,11 +40,6 @@ public class XjrUserVo {
     @ApiModelProperty("昵称")
     private String nickName;
     /**
-    * 密码
-    */
-    @ApiModelProperty("密码")
-    private String password;
-    /**
     * 性别
     */
     @ApiModelProperty("性别")
@@ -89,7 +84,16 @@ public class XjrUserVo {
     */
     @ApiModelProperty("备注")
     private String remark;
-
+    /**
+     * 证件类型(xjr_dictionary_item[credential_type])
+     */
+    @ApiModelProperty("证件类型(xjr_dictionary_item[credential_type])")
+    private String credentialType;
+    /**
+     * 证件号码
+     */
+    @ApiModelProperty("证件号码")
+    private String credentialNumber;
 
     /**
     * baseTeacher