fix message ui

This commit is contained in:
jxxghp
2024-03-16 16:47:41 +08:00
parent 823d2a816e
commit fed92f3853
6 changed files with 151 additions and 27 deletions

View File

@@ -1051,12 +1051,15 @@ export interface Message {
// 消息时间
date?: string
// 登记时间
reg_time?: string
// 用户ID
userid?: string
// 用户名称
username?: string
// 消息方向0-接收1-发送
action?: number
// JSON
note?: string
}