|
@@ -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
|