diff --git a/src/api/system/notify/message/index.ts b/src/api/system/notify/message/index.ts index a42d75c2..d38bf717 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 66530a90..bb583a49 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