|
|
@@ -28,16 +28,16 @@ public class UserEditBo {
|
|
|
private String nickname;
|
|
|
|
|
|
/** 真实姓名 */
|
|
|
- @ApiModelProperty("真实姓名")
|
|
|
- private String realname;
|
|
|
+ /*@ApiModelProperty("真实姓名")
|
|
|
+ private String realname;*/
|
|
|
|
|
|
/** 性别 */
|
|
|
@ApiModelProperty("性别")
|
|
|
private Integer sex;
|
|
|
|
|
|
/** 身份证号 */
|
|
|
- @ApiModelProperty("身份证号")
|
|
|
- private String idCard;
|
|
|
+ /* @ApiModelProperty("身份证号")
|
|
|
+ private String idCard;*/
|
|
|
|
|
|
/** 手机号码 */
|
|
|
@ApiModelProperty("手机号码")
|
|
|
@@ -141,6 +141,5 @@ public class UserEditBo {
|
|
|
|
|
|
public void setNull(){
|
|
|
this.setTelphone(null);
|
|
|
- this.setIdCard(null);
|
|
|
}
|
|
|
}
|