🐛 修复 notify 在 IDEA 报错的问题

This commit is contained in:
YunaiV
2023-12-02 20:25:29 +08:00
parent b103c40874
commit 5766dc81d1
9 changed files with 16 additions and 15 deletions

View File

@ -13,6 +13,7 @@ export interface NotifyMessageVO {
templateParams: string
readStatus: boolean
readTime: Date
createTime: Date
}
// 查询站内信消息列表

View File

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