model/system_status.go
@@ -12,7 +12,7 @@ type ( // SystemStatus 系统状态 SystemStatus struct { gorm.Model CommonModel Key constvar.SystemStatusKey `json:"key" gorm:"column:key;type:varchar(255);not null"` Value constvar.SystemStatusValue `json:"value" gorm:"column:value;type:varchar(255);not null"` }