🐛 修复 notify 在 IDEA 报错的问题
parent
cd14499226
commit
d4ad7e9013
|
@ -13,6 +13,7 @@ export interface NotifyMessageVO {
|
|||
templateParams: string
|
||||
readStatus: boolean
|
||||
readTime: Date
|
||||
createTime: Date
|
||||
}
|
||||
|
||||
export interface NotifyMessagePageReqVO extends PageParam {
|
||||
|
|
|
@ -5,7 +5,7 @@ export interface NotifyTemplateVO {
|
|||
name: string
|
||||
code: string
|
||||
content: string
|
||||
type: number
|
||||
type?: number
|
||||
params: string
|
||||
status: number
|
||||
remark: string
|
||||
|
|
Loading…
Reference in New Issue