From 9607a83c355cb61a35b412019091374bb7d6829c Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期二, 08 八月 2023 16:41:11 +0800 Subject: [PATCH] 武汉军粮省平台-推送基础信息 --- src/main/java/com/fzzy/whjl/view/WhjlApi1107.view.xml | 76 ++++++++++++++++++++++++++++++------- 1 files changed, 61 insertions(+), 15 deletions(-) diff --git a/src/main/java/com/fzzy/whjl/view/WhjlApi1107.view.xml b/src/main/java/com/fzzy/whjl/view/WhjlApi1107.view.xml index 86520ed..3a7b67e 100644 --- a/src/main/java/com/fzzy/whjl/view/WhjlApi1107.view.xml +++ b/src/main/java/com/fzzy/whjl/view/WhjlApi1107.view.xml @@ -6,43 +6,43 @@ <DataType name="dtMain"> <Property name="creationType">com.fzzy.whjl.dto.WhjlApi1107</Property> <PropertyDef name="hwbh"> - <Property/> + <Property></Property> <Property name="label">璐т綅缂栧彿</Property> </PropertyDef> <PropertyDef name="jlqybh"> - <Property/> + <Property></Property> <Property name="label">鍐涚伯浼佷笟缂栧彿</Property> </PropertyDef> <PropertyDef name="jlqymc"> - <Property/> + <Property></Property> <Property name="label">鍐涚伯浼佷笟鍚嶇О</Property> </PropertyDef> <PropertyDef name="jgzdbh"> - <Property/> + <Property></Property> <Property name="label">鍐涗緵绔欑偣缂栧彿</Property> </PropertyDef> <PropertyDef name="jgzdmc"> - <Property/> + <Property></Property> <Property name="label">鍐涗緵绔欑偣鍚嶇О</Property> </PropertyDef> <PropertyDef name="sscfbh"> - <Property/> + <Property></Property> <Property name="label">浠撴埧缂栧彿</Property> </PropertyDef> <PropertyDef name="sscfmc"> - <Property/> + <Property></Property> <Property name="label">浠撴埧鍚嶇О</Property> </PropertyDef> <PropertyDef name="ssajbh"> - <Property/> + <Property></Property> <Property name="label">寤掗棿缂栧彿</Property> </PropertyDef> <PropertyDef name="ajmc"> - <Property/> + <Property></Property> <Property name="label">寤掗棿鍚嶇О</Property> </PropertyDef> <PropertyDef name="hwmc"> - <Property/> + <Property></Property> <Property name="label">璐т綅鍚嶇О</Property> </PropertyDef> <PropertyDef name="hwqyrq"> @@ -50,7 +50,7 @@ <Property name="label">璐т綅鍚敤鏃ユ湡</Property> </PropertyDef> <PropertyDef name="hwzt"> - <Property/> + <Property></Property> <Property name="label">璐т綅鐘舵��</Property> <Property name="mapping"> <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#trigger").getResult("CFZT")}</Property> @@ -59,7 +59,7 @@ </Property> </PropertyDef> <PropertyDef name="clfs"> - <Property/> + <Property></Property> <Property name="label">鍌ㄧ伯鏂瑰紡</Property> <Property name="mapping"> <Property name="keyProperty">key</Property> @@ -84,12 +84,33 @@ <Property name="displayFormat">#0.00鍚�</Property> </PropertyDef> <PropertyDef name="sfyx"> - <Property/> + <Property></Property> <Property name="label">鏄惁鏈夋晥</Property> </PropertyDef> <PropertyDef name="bz"> - <Property/> + <Property></Property> <Property name="label">澶囨敞</Property> + </PropertyDef> + <PropertyDef name="bizId"> + <Property></Property> + <Property name="label">涓氬姟ID</Property> + </PropertyDef> + <PropertyDef name="updateTime"> + <Property name="dataType">Date</Property> + <Property name="label">鏇存柊鏃堕棿</Property> + </PropertyDef> + <PropertyDef name="czbz"> + <Property></Property> + <Property name="label">鎿嶄綔鏍囧織</Property> + <Property name="mapping"> + <Property name="mapValues">${dorado.getDataProvider("apiTriggerService#trigger").getResult("CZBZ")}</Property> + <Property name="keyProperty">code</Property> + <Property name="valueProperty">name</Property> + </Property> + </PropertyDef> + <PropertyDef name="kqdm"> + <Property></Property> + <Property name="label">搴撳尯浠g爜</Property> </PropertyDef> </DataType> </Model> @@ -334,6 +355,26 @@ <Editor/> </AutoFormElement> <AutoFormElement> + <Property name="name">bizId</Property> + <Property name="property">bizId</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">updateTime</Property> + <Property name="property">updateTime</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">czbz</Property> + <Property name="property">czbz</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">kqdm</Property> + <Property name="property">kqdm</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> <Property name="name">bz</Property> <Property name="property">bz</Property> <Editor/> @@ -371,7 +412,12 @@ <Children> <Container> <IFrame id="iFrame"> - <Property name="userData"></Property> + <Property name="path">com.fzzy.api.view.ApiLog.d</Property> + <Property name="userData"> + <Entity> + <Property name="deptId">deptId</Property> + </Entity> + </Property> </IFrame> </Container> </Children> -- Gitblit v1.9.3