🐛 修复 notify 在 IDEA 报错的问题

pull/420/head
shizhong 2024-03-07 12:39:20 +08:00
parent cd14499226
commit d4ad7e9013
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ export interface NotifyMessageVO {
templateParams: string templateParams: string
readStatus: boolean readStatus: boolean
readTime: Date readTime: Date
createTime: Date
} }
export interface NotifyMessagePageReqVO extends PageParam { export interface NotifyMessagePageReqVO extends PageParam {

View File

@ -5,7 +5,7 @@ export interface NotifyTemplateVO {
name: string name: string
code: string code: string
content: string content: string
type: number type?: number
params: string params: string
status: number status: number
remark: string remark: string