From d90346b1b14de7156f4173fc3293246a496215be Mon Sep 17 00:00:00 2001 From: linbangquan <1437892690@qq.com> Date: Wed, 8 Nov 2023 19:18:06 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=90=8E=E7=AB=AF-cmdb?= =?UTF-8?q?=E8=8A=82=E7=82=B9=E6=B5=81=E8=BD=AC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1004854049210368]后端-cmdb节点流转逻辑 http://192.168.0.96:8090/demo/rdm.html#/task-detail/939050947543040/939050947543050/1004854049210368 --- localconfig/i18n/language_en.json | 13 ++++++++++++- localconfig/i18n/language_zh.json | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index c6a24d1..e9ca05b 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1835,6 +1835,11 @@ "widgetisinuseexception": "The current component is in use" } }, + "nmcpe": { + "cientityconfigillegalexception": { + "cientityconfigillegalexception": "The CMDB node model mapping information is illegal: {0}" + } + }, "nmcps": { "cmdbprocessstephandlertype": { "cientitysync": "Configuration item synchronization", @@ -2373,6 +2378,12 @@ "batchurgeprocesstaskapi": { "getname": "Batch reminder work orders" }, + "processdraftgetapi": { + "getname": "Obtain process draft information" + }, + "processdraftsaveapi": { + "getname": "Save Process Draft" + }, "processgetapi": { "getname": "Obtain a single flowchart data interface" }, @@ -3394,4 +3405,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 5caa684..04c6970 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1864,6 +1864,11 @@ "widgetisinuseexception": "当前组件正在使用中" } }, + "nmcpe": { + "cientityconfigillegalexception": { + "cientityconfigillegalexception": "CMDB节点模型映射信息不合法:{0}" + } + }, "nmcps": { "cmdbprocessstephandlertype": { "cientitysync": "配置项同步", @@ -2426,6 +2431,12 @@ "batchurgeprocesstaskapi": { "getname": "批量催办工单" }, + "processdraftgetapi": { + "getname": "获取流程草稿信息" + }, + "processdraftsaveapi": { + "getname": "保存流程草稿" + }, "processgetapi": { "getname": "获取单个流程图数据接口" }, @@ -3443,4 +3454,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +} -- Gitee