From 6d51501ca93f5bf46759f851988650477cf32e6c Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 12 六月 2024 18:02:45 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/domain/SvyLibScriptCategoryVO.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/smartor/src/main/java/com/smartor/domain/SvyLibTopicCategoryVO.java b/smartor/src/main/java/com/smartor/domain/SvyLibScriptCategoryVO.java similarity index 85% rename from smartor/src/main/java/com/smartor/domain/SvyLibTopicCategoryVO.java rename to smartor/src/main/java/com/smartor/domain/SvyLibScriptCategoryVO.java index 1b51d7b..10ee4d7 100644 --- a/smartor/src/main/java/com/smartor/domain/SvyLibTopicCategoryVO.java +++ b/smartor/src/main/java/com/smartor/domain/SvyLibScriptCategoryVO.java @@ -16,8 +16,8 @@ * @date 2023-12-27 */ @Data -@ApiModel(value = "SvyLibTopicCategoryVO", description = "闂嵎棰樼洰鍒嗙被瀵硅薄") -public class SvyLibTopicCategoryVO extends BaseEntity { +@ApiModel(value = "SvyLibScriptCategoryVO", description = "闂嵎棰樼洰鍒嗙被瀵硅薄") +public class SvyLibScriptCategoryVO extends BaseEntity { private static final long serialVersionUID = 1L; @@ -72,6 +72,6 @@ * 瀛愬璞� */ @ApiModelProperty("瀛愬璞¢泦") - private List<SvyLibTopicCategory> svyLibTopicCategoryList = new ArrayList<>(); + private List<SvyLibScriptCategory> svyLibScriptCategoryList = new ArrayList<>(); } -- Gitblit v1.9.3