rentaiming
2024-06-21 0b007e7fe9ef41fbaa13507d2520a5e8e4faeb3c
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;
}