// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/os/gtime" ) // AdminOperationLog is the golang structure of table admin_operation_log for DAO operations like Where/Data. type AdminOperationLog struct { g.Meta `orm:"table:admin_operation_log, do:true"` Id any // AdminUserId any // Permission any // Method any // Path any // Ip any // RequestParam any // DurationMs any // StatusCode any // CreatedAt *gtime.Time // UpdatedAt *gtime.Time // DeletedAt *gtime.Time // }