From 23ae87b2b99947e89cfa5fde81937870279e3180 Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期二, 07 一月 2025 20:11:10 +0800
Subject: [PATCH] 1配置信息提交

---
 src/main/java/com/mzl/flower/dto/request/configParam/ConfigCustomerServiceQueryDTO.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/mzl/flower/dto/request/configParam/ConfigCustomerServiceQueryDTO.java b/src/main/java/com/mzl/flower/dto/request/configParam/ConfigCustomerServiceQueryDTO.java
index 5bd90ce..fa9e984 100644
--- a/src/main/java/com/mzl/flower/dto/request/configParam/ConfigCustomerServiceQueryDTO.java
+++ b/src/main/java/com/mzl/flower/dto/request/configParam/ConfigCustomerServiceQueryDTO.java
@@ -6,6 +6,9 @@
 @Data
 public class ConfigCustomerServiceQueryDTO {
     
-    @ApiModelProperty(value = "会员等级名称")
+    @ApiModelProperty("类型")
+    private String type;
+
+    @ApiModelProperty("名称")
     private String name;
 }

--
Gitblit v1.9.3