refactor: 通知公告的优化
通知公告的优化
This commit is contained in:
@@ -25,7 +25,7 @@ public class NoticeDetailVO {
|
||||
private String content;
|
||||
|
||||
@Schema(description = "通知类型")
|
||||
private String noticeTypeLabel;
|
||||
private String noticeType;
|
||||
|
||||
@Schema(description = "发布人")
|
||||
private String releaseBy;
|
||||
|
||||
@@ -23,7 +23,7 @@ public class NoticeStatusVO {
|
||||
private String title;
|
||||
|
||||
@Schema(description = "通知类型")
|
||||
private String noticeTypeLabel;
|
||||
private String noticeType;
|
||||
|
||||
@Schema(description = "发布人")
|
||||
private String releaseBy;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user