🐛 修复 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
readStatus: boolean
readTime: Date
createTime: Date
}
export interface NotifyMessagePageReqVO extends PageParam {

View File

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