heheng
2025-12-10 879f9bee74d45a48fc98520d804416f15257be00
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;