diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index c07478244f4265c800a56b4a0b9e6af2a0d40eae..2114d185c0a23f4480979e655e5ebbe734303935 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -3456,6 +3456,9 @@ "targetsceneid": "Target Scene ID", "targetscenename": "Target Scene Name" }, + "eoa": { + "name": "Approval" + }, "event": { "eventtypeid": "Saved Event Type ID", "eventtypelist": "Associated event types", @@ -3638,4 +3641,4 @@ "name": "Tenant" } } -} \ No newline at end of file +} diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 9d765357ea7309fe50e66364420783847ddb988d..543e541fafc5692c98318e992457ccb9dd40d91a 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -3505,6 +3505,9 @@ "targetsceneid": "目标场景ID", "targetscenename": "目标场景名" }, + "eoa": { + "name": "审批" + }, "event": { "eventtypeid": "保存的事件类型ID", "eventtypelist": "关联的事件类型", @@ -3687,4 +3690,4 @@ "name": "租户基础功能模块" } } -} \ No newline at end of file +} diff --git a/pom.xml b/pom.xml index 85bfeab469a68163ca3b03432f23210362bd2617..ffd7ce5e602ccee9cb8c53b53dac19b757384181 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,14 @@ com.neatlogic neatlogic-diagram-base + + com.neatlogic + neatlogic-eoa + + + com.neatlogic + neatlogic-eoa-base +