This commit is contained in:
2023-10-17 14:10:46 +08:00
parent 0e0bb26a83
commit 9f2dbb6860
3 changed files with 7 additions and 2 deletions

View File

@@ -1751,6 +1751,7 @@ type TraceData struct {
IfType int `json:"ifType" xorm:"if_type"`
MsgType int `json:"msgType" xorm:"msg_type"`
MsgDirect int `json:"msgDirect" xorm:"msg_direct"`
Length int `json:"length" xorm:"length"`
Timestamp int64 `json:"timestamp" xorm:"timestamp"`
RawMsg []byte `json:"rawMsg" xorm:"raw_msg"`
DecMsg string `json:"decMsg" xorm:"dec_msg"`