diff --git a/web-client/src/main/java/com/zcloud/basic/info/dto/AppUserInfoCmd.java b/web-client/src/main/java/com/zcloud/basic/info/dto/AppUserInfoCmd.java index 65c7d25..2688f5f 100644 --- a/web-client/src/main/java/com/zcloud/basic/info/dto/AppUserInfoCmd.java +++ b/web-client/src/main/java/com/zcloud/basic/info/dto/AppUserInfoCmd.java @@ -38,8 +38,8 @@ public class AppUserInfoCmd extends Command { @NotEmpty(message = "姓名不能为空") private String name; - @ApiModelProperty(value = "身份证号", name = "userIdCard", required = true) - @NotEmpty(message = "身份证号不能为空") + @ApiModelProperty(value = "身份证号", name = "userIdCard") +// @NotEmpty(message = "身份证号不能为空") private String userIdCard; @ApiModelProperty(value = "民族编码", name = "nation", required = true)