fix: 初验针对修改
This commit is contained in:
@@ -10,6 +10,7 @@ type AuditLog struct {
|
||||
ActorID string `gorm:"size:128;index" json:"actor_id"`
|
||||
ActorName string `gorm:"size:128" json:"actor_name"`
|
||||
Action string `gorm:"size:128;index" json:"action"`
|
||||
LogCategory string `gorm:"size:16;index" json:"log_category"`
|
||||
ObjectType string `gorm:"size:128;index" json:"object_type"`
|
||||
ObjectID string `gorm:"size:128;index" json:"object_id"`
|
||||
OperationRisk string `gorm:"size:32;index" json:"operation_risk"`
|
||||
|
||||
Reference in New Issue
Block a user