完善错误监控详情

This commit is contained in:
xiangheng
2024-10-14 11:36:58 +08:00
parent 69b7407ab1
commit a0dac7f75b
9 changed files with 127 additions and 104 deletions

View File

@@ -17,5 +17,5 @@ type MonitorClient struct {
Height core.NullInt `gorm:"comment:'屏幕高度'"` // 屏幕高度
Ua string `gorm:"comment:'ua记录'"` // ua记录
CreateTime core.NullTime `gorm:"autoCreateTime;comment:'创建时间'"` // 创建时间
ClientTime core.NullTime `gorm:"comment:'更新时间'"` // 更新时间
// ClientTime core.NullTime `gorm:"comment:'更新时间'"` // 更新时间
}