From 757ee5dc2ca4185d3c60db1e8c35d2e96e15c50c Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 14 十二月 2023 17:35:46 +0800 Subject: [PATCH] 上海省平台共享接口-监控信息更新 --- src/main/java/com/fzzy/api/view/Api1308.view.xml | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/Api1308.view.xml b/src/main/java/com/fzzy/api/view/Api1308.view.xml index 34b007d..11d28c5 100644 --- a/src/main/java/com/fzzy/api/view/Api1308.view.xml +++ b/src/main/java/com/fzzy/api/view/Api1308.view.xml @@ -71,6 +71,18 @@ <Property></Property> <Property name="label">涓氬姟缂栫爜</Property> </PropertyDef> + <PropertyDef name="hwdm"> + <Property></Property> + <Property name="label">璐т綅浠g爜</Property> + </PropertyDef> + <PropertyDef name="txbh"> + <Property></Property> + <Property name="label">鍥惧儚缂栧彿</Property> + </PropertyDef> + <PropertyDef name="spbh"> + <Property></Property> + <Property name="label">瑙嗛缂栧彿</Property> + </PropertyDef> </DataType> <DataType name="dtParam"> <Property name="creationType">com.fzzy.api.data.ApiParam</Property> @@ -385,6 +397,21 @@ <Property name="property">bizId</Property> <Editor/> </AutoFormElement> + <AutoFormElement> + <Property name="name">hwdm</Property> + <Property name="property">hwdm</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">txbh</Property> + <Property name="property">txbh</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">spbh</Property> + <Property name="property">spbh</Property> + <Editor/> + </AutoFormElement> </AutoForm> </Children> <Tools/> -- Gitblit v1.9.3