fix:修复 createTime 为 date,并且为可选的

This commit is contained in:
YunaiV
2025-12-16 23:53:40 +08:00
parent d971aba582
commit 2dc5ed888f
17 changed files with 109 additions and 159 deletions

View File

@@ -13,8 +13,8 @@ export interface NotifyMessage {
templateType: number
templateParams: string
readStatus: boolean
readTime: string
createTime: string
readTime: Date
createTime?: Date
}
/** 获取我的站内信分页 */