From 92bd050e17545e16b045fa8407dc1640791f21e4 Mon Sep 17 00:00:00 2001 From: dengzedong <dengzedong@email> Date: 星期四, 20 三月 2025 17:44:01 +0800 Subject: [PATCH] modelRun timeout --- src/utils/dict.ts | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index aaa8ad1..34cacf7 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -166,6 +166,8 @@ PRED_GRANULARITY = 'pred_granularity', ITEM_RUN_STATUS = 'item_run_status', RESULT_TYPE = 'result_type', + MATLAB_PLATFORM= 'matlab_platform', + MATLAB_VERSION= 'matlab_version', // ========== DATA - 数据平台模块 ========== DATA_FIELD_TYPE = 'data_field_type', TAG_DATA_TYPE = 'tag_data_type', @@ -190,5 +192,6 @@ DATA_QUALITY = 'data_quality', ARC_TYPE = 'arc_type', ARC_CALCULATE_TYPE = 'arc_calculate_type', - SOLIDIFY_FLAG = 'ind_solidify_flag' + SOLIDIFY_FLAG = 'ind_solidify_flag', + MODEL_STATUS = 'model_status' } -- Gitblit v1.9.3