🐛 修复 notify 在 IDEA 报错的问题
This commit is contained in:
@ -13,6 +13,7 @@ export interface NotifyMessageVO {
|
||||
templateParams: string
|
||||
readStatus: boolean
|
||||
readTime: Date
|
||||
createTime: Date
|
||||
}
|
||||
|
||||
// 查询站内信消息列表
|
||||
|
||||
@ -6,7 +6,7 @@ export interface NotifyTemplateVO {
|
||||
nickname: string
|
||||
code: string
|
||||
content: string
|
||||
type: number
|
||||
type?: number
|
||||
params: string
|
||||
status: number
|
||||
remark: string
|
||||
|
||||
Reference in New Issue
Block a user