fix:修复 createTime 为 date,并且为可选的
This commit is contained in:
@@ -13,8 +13,8 @@ export interface NotifyMessage {
|
||||
templateType: number
|
||||
templateParams: string
|
||||
readStatus: boolean
|
||||
readTime: string
|
||||
createTime: string
|
||||
readTime: Date
|
||||
createTime?: Date
|
||||
}
|
||||
|
||||
/** 获取我的站内信分页 */
|
||||
|
||||
Reference in New Issue
Block a user