record model name

This commit is contained in:
2023-11-01 17:01:03 +08:00
parent d9a42842b2
commit c90a18d380
3 changed files with 7 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ type Record struct {
CreatedAt time.Time
IP string
Body string `gorm:"serializer:json"`
Model string
Response string
ElapsedTime time.Duration
Status int