operationlog.go
@@ -5,6 +5,8 @@ Timestamp int64 `gorm:"column:timestamp" json:"timestamp"` // 时间戳Unix time UserName string `gorm:"column:userName" json:"userName"` // 用户名字 Module string `gorm:"column:module" json:"module"` // 模块 ProcName string `gorm:"column:procName" json:"procName"` ProcID string `gorm:"column:procID" json:"procID"` Function string `gorm:"column:function" json:"function"` // 功能 Result string `gorm:"column:result" json:"result"` // 操作结果 Para string `gorm:"column:para" json:"para"` // 参数