This commit is contained in:
zhaoxiaorong 2025-07-04 16:03:47 +08:00
parent fc7c1e87a6
commit 35104ebb90
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ type LogItem struct {
OpName string `json:"op_name"`
OpType string `json:"op_type"`
Text string `json:"text"`
Code string `json:"code"`
Level uint `json:"level"`
Ip string `json:"ip"`
Module string `json:"module"`
}
var (