feat:PC 下发任务

This commit is contained in:
2026-07-24 16:23:19 +08:00
parent 4805e6482f
commit 62454c77c1
20 changed files with 687 additions and 330 deletions

View File

@@ -6,6 +6,7 @@ const COMMON_DICT = {
DATE_INTERVAL: 'date_interval', // 数据间隔
PRODUCT_AREA: 'product_area',
COMMON_TRUE_FALSE: 'common_true_false',
COMMON_IS_NO: 'common_is_no',
} as const;
/** ========== SYSTEM - 系统模块 ========== */
@@ -298,6 +299,7 @@ const TASK_DICT = {
TASK_FINISH_TYPE: 'task_finish_type',
TASK_STATUS: 'task_status', // 任务状态
TASK_ACS_TASK_TYPE: 'task_acs_task_type', // 任务状态
TASK_CREATE_MODE: 'task_create_mode', // 任务创建方式
} as const;
/** 字典类型枚举 - 统一导出 */