mitao
2024-07-27 d5a62c975afbaff26d17b61fa7b9fde7e2cb035d
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/SupplierDTO.java
@@ -24,6 +24,5 @@
    private String phonenumber;
    @ApiModelProperty("登录密码")
    @NotBlank(message = "登录密码不能为空")
    private String password;
}