refactor: ♻️ 通知公共部分内容重构

通知公告部分内容重构
This commit is contained in:
Theo
2024-09-21 21:35:01 +08:00
parent 89ce395d99
commit c6a7359b6f
5 changed files with 54 additions and 10 deletions

View File

@@ -199,7 +199,7 @@ export interface NoticeDetailVO {
/** 通知内容 */
content?: string;
/** 通知类型 */
noticeTypeLabel?: number;
noticeType?: number;
/** 发布人 */
releaseBy?: string;
/** 优先级(0-低 1-中 2-高) */