增加全量采集任务

This commit is contained in:
2025-10-29 16:37:05 +08:00
parent 1ee3e638f7
commit 5050f76066
3 changed files with 96 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ const (
TaskPlanAnalysis TaskType = "计划分析" // 解析Plan的Task列表并添加到待执行队列的特殊任务
TaskTypeWaiting TaskType = "等待" // 等待任务
TaskTypeReleaseFeedWeight TaskType = "下料" // 下料口释放指定重量任务
TaskTypeFullCollection TaskType = "全量采集" // 新增的全量采集任务
)
// -- Task Parameters --