From e0a18b8674aa2650a80e84a7630f5e3ff99c3ec5 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期四, 06 六月 2024 20:10:35 +0800 Subject: [PATCH] 1.提交【管理后台】营销管理-轮播图管理相关接口 2.提交【管理后台】会员管理相关接口 --- ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/SupplierDTO.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/SupplierDTO.java b/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/SupplierDTO.java index 3c6c941..f942688 100644 --- a/ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/domain/dto/SupplierDTO.java +++ b/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; } \ No newline at end of file -- Gitblit v1.7.1