diff --git a/src/api/system/notify/message/index.ts b/src/api/system/notify/message/index.ts index a42d75c21..d38bf7178 100644 --- a/src/api/system/notify/message/index.ts +++ b/src/api/system/notify/message/index.ts @@ -13,6 +13,7 @@ export interface NotifyMessageVO { templateParams: string readStatus: boolean readTime: Date + createTime: Date } export interface NotifyMessagePageReqVO extends PageParam { diff --git a/src/api/system/notify/template/index.ts b/src/api/system/notify/template/index.ts index 66530a904..bb583a491 100644 --- a/src/api/system/notify/template/index.ts +++ b/src/api/system/notify/template/index.ts @@ -5,7 +5,7 @@ export interface NotifyTemplateVO { name: string code: string content: string - type: number + type?: number params: string status: number remark: string