From 03e26beab1d9c382b685c26059e6dec274a0d7d4 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期三, 25 十月 2023 16:44:29 +0800 Subject: [PATCH] 四川省网关接口相关5 --- src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml | 81 ++++++++++++++++++++++++++++++++++++---- 1 files changed, 72 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml b/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml index ac6066d..9c6076c 100644 --- a/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml +++ b/src/main/java/com/fzzy/gateway/view/GatewayConf.view.xml @@ -6,38 +6,66 @@ <DataType name="dtMain"> <Property name="creationType">com.fzzy.gateway.entity.GatewayConf</Property> <PropertyDef name="kqmc"> - <Property/> + <Property></Property> <Property name="label">搴撳尯鍚嶇О</Property> <Property name="required">true</Property> </PropertyDef> <PropertyDef name="kqdm"> - <Property/> + <Property></Property> <Property name="label">搴撳尯浠g爜</Property> <Property name="required">true</Property> </PropertyDef> - <PropertyDef name="userName"> + <PropertyDef name="appId"> <Property/> + <Property name="label">appId</Property> + </PropertyDef> + <PropertyDef name="gatewayId"> + <Property/> + <Property name="label">缃戝叧ID</Property> + </PropertyDef> + <PropertyDef name="gatewayIp"> + <Property/> + <Property name="label">缃戝叧IP</Property> + </PropertyDef> + <PropertyDef name="gatewayMac"> + <Property/> + <Property name="label">缃戝叧Mac</Property> + </PropertyDef> + <PropertyDef name="gatewayCPU"> + <Property/> + <Property name="label">缃戝叧CPU</Property> + </PropertyDef> + <PropertyDef name="gatewayMem"> + <Property/> + <Property name="label">缃戝叧鍐呭瓨</Property> + </PropertyDef> + <PropertyDef name="gatewayHardDisk"> + <Property/> + <Property name="label">缃戝叧纭洏</Property> + </PropertyDef> + <PropertyDef name="userName"> + <Property></Property> <Property name="label">鐪佸钩鍙板笎鍙�</Property> </PropertyDef> <PropertyDef name="password"> - <Property/> + <Property></Property> <Property name="label">鐪佸钩鍙板瘑鐮�</Property> </PropertyDef> <PropertyDef name="publicKey"> - <Property/> + <Property></Property> <Property name="label">鐪佸钩鍙板叕閽�</Property> </PropertyDef> <PropertyDef name="apiUrl"> - <Property/> + <Property></Property> <Property name="label">鐪佸钩鍙版帴鍙e湴鍧�</Property> </PropertyDef> <PropertyDef name="exeTag"> - <Property/> + <Property></Property> <Property name="label">鏄惁鍚敤</Property> </PropertyDef> <PropertyDef name="pushProtocol"> <Property></Property> - <Property name="label">涓婅鍗忚</Property> + <Property name="label">鐪佸钩鍙板崗璁�</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#triggerPushProtocol").getResult()}</Property> <Property name="keyProperty">code</Property> @@ -46,7 +74,7 @@ <Property name="required">true</Property> </PropertyDef> <PropertyDef name="deptId"> - <Property/> + <Property></Property> <Property name="label">绮簱绯荤粺涓簱鍖虹紪鐮�</Property> </PropertyDef> </DataType> @@ -183,6 +211,41 @@ <Editor/> </AutoFormElement> <AutoFormElement> + <Property name="name">gatewayId</Property> + <Property name="property">gatewayId</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayIp</Property> + <Property name="property">gatewayIp</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayMac</Property> + <Property name="property">gatewayMac</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayCPU</Property> + <Property name="property">gatewayCPU</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayMem</Property> + <Property name="property">gatewayMem</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">gatewayHardDisk</Property> + <Property name="property">gatewayHardDisk</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">appId</Property> + <Property name="property">appId</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> <Property name="name">userName</Property> <Property name="property">userName</Property> <Editor/> -- Gitblit v1.9.3