修复一些数据同步问题,更新文档,取消在配置文件读取值作为同步数据的标志,改为方法注释的方式
This commit is contained in:
@@ -17,7 +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'"`
|
||||
Resp string `json:"resp" form:"resp" gorm:"type:longtext;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