定义AlarmNotificationTask(不含方法)

This commit is contained in:
2025-11-07 23:42:09 +08:00
parent e4c41d6500
commit f23479c4d1
3 changed files with 57 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ const (
TaskTypeWaiting TaskType = "等待" // 等待任务
TaskTypeReleaseFeedWeight TaskType = "下料" // 下料口释放指定重量任务
TaskTypeFullCollection TaskType = "全量采集" // 新增的全量采集任务
TaskTypeAlarmNotification TaskType = "告警通知" // 告警通知任务
)
// -- Task Parameters --