refactor: 通知公告的优化

通知公告的优化
This commit is contained in:
Theo
2024-09-21 21:43:20 +08:00
parent 29b23e5c04
commit 0691b93112
10 changed files with 15 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ public class NoticeDetailVO {
private String content;
@Schema(description = "通知类型")
private String noticeTypeLabel;
private String noticeType;
@Schema(description = "发布人")
private String releaseBy;

View File

@@ -23,7 +23,7 @@ public class NoticeStatusVO {
private String title;
@Schema(description = "通知类型")
private String noticeTypeLabel;
private String noticeType;
@Schema(description = "发布人")
private String releaseBy;

View File

@@ -29,7 +29,7 @@ public class NoticeVO implements Serializable {
private String title;
@Schema(description = "通知类型")
private String noticeTypeLabel;
private String noticeType;
@Schema(description = "发布人")
private String releaseBy;