mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
Merge branch 'operation-record' of https://github.com/flipped-aurora/gin-vue-admin into operation-record
Conflicts: server/router/sys_auto_code.go
This commit is contained in:
@@ -17,5 +17,7 @@ type SysOperationRecord struct {
|
||||
Agent string `json:"agent" form:"agent" gorm:"column:agent;comment:''"`
|
||||
ErrorMessage string `json:"error_message" form:"error_message" gorm:"column:error_message;comment:''"`
|
||||
Body string `json:"body" form:"body" gorm:"column:body;comment:'请求Body'"`
|
||||
Resp string `json:"resp" form:"resp" gorm:"column:resp;comment:'响应Body'"`
|
||||
UserId int `json:"user_id" form:"user_id" gorm:"column:user_id;comment:''"`
|
||||
User SysUser `json:"user"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user