feat: 调度任务-告警检查CPU/License/导出数据

This commit is contained in:
TsMask
2025-05-09 18:46:25 +08:00
parent 24e684856e
commit 87795e1a7e
15 changed files with 2991 additions and 33 deletions

View File

@@ -13,6 +13,8 @@ type CDREventSGWC struct {
CreatedAt time.Time `json:"createdAt" gorm:"column:created_at;default:CURRENT_TIMESTAMP"`
// ====== 非数据库字段属性 ======
TenantID string `json:"tenantID" gorm:"-"`
TenantName string `json:"tenantName" gorm:"-"`
}
// TableName 表名称