From ac79f032745c975eb77d6fb148ed390f2373559e Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 28 十二月 2023 17:58:52 +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