fix: Chat 中的列命名错误

*  avatar avatar_file_hash
This commit is contained in:
CrescentLeaf
2025-10-24 21:55:06 +08:00
parent e18024b851
commit 4807038619
2 changed files with 18 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
import ChatType from "./ChatType.ts"
export default class ChatBean {
declare count: number
declare type: ChatType
declare id: string
declare title?: string