From d4ad7e90133793b722b15e15297c8e74b1344693 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Thu, 7 Mar 2024 12:39:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=20notify=20?= =?UTF-8?q?=E5=9C=A8=20IDEA=20=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/notify/message/index.ts | 1 + src/api/system/notify/template/index.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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