zhangqian
2023-12-20 1960a054785d1f81e69abe84b43073ed9df638e0
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"`
   }