fix: Chat 中的列命名错误
* avatar avatar_file_hash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user