From fd6dca0c559c08129b7e0abdf67093b1a728ffd3 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 29 十一月 2024 17:21:00 +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