heheng
7 天以前 e38612bd0c14b89f393a18ebcee0bc5028f8889d
multi-common/src/main/java/com/gkhy/exam/common/domain/entity/SysUser.java
@@ -98,7 +98,7 @@
    private Long companyId;
    @NotBlank(message = "密码不能为空")
    @Length(min = 2,  message = "密码长度不正确")
    @Length(min = 6,  message = "密码长度不正确")
    @ApiModelProperty(value = "密码",required = true)
    @TableField("password")
    private String password;