From bedd0a1cef215538df64470df6b8d4a022189136 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 28 八月 2024 14:05:16 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/domain/SvyTopicReq.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/SvyTopicReq.java b/smartor/src/main/java/com/smartor/domain/SvyTopicReq.java
index e065bc0..599acb5 100644
--- a/smartor/src/main/java/com/smartor/domain/SvyTopicReq.java
+++ b/smartor/src/main/java/com/smartor/domain/SvyTopicReq.java
@@ -23,12 +23,12 @@
     /**
      * 棰樼洰
      */
-    @ApiModelProperty(name = "棰樼洰")
+    @ApiModelProperty(value = "棰樼洰")
     private String topic;
 
-    @ApiModelProperty(name = "棰樼洰绫诲瀷;鏋氫妇 1.鍗曢�� 2澶氶�� 3濉┖")
+    @ApiModelProperty(value = "棰樼洰绫诲瀷;鏋氫妇 1.鍗曢�� 2澶氶�� 3濉┖")
     private String topicType;
 
-    @ApiModelProperty(name = "绫诲埆")
+    @ApiModelProperty(value = "绫诲埆")
     private String tag;
 }

--
Gitblit v1.9.3