From 86f687fe84d34d9291ed9e5c6ea45e04e11e3be2 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期日, 21 四月 2024 15:54:04 +0800 Subject: [PATCH] 国家统一编码-财务接口增加统一编码字段及页面调整 --- src/main/java/com/fzzy/api/view/Api1307.view.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/Api1307.view.xml b/src/main/java/com/fzzy/api/view/Api1307.view.xml index 37d0920..4d4fff4 100644 --- a/src/main/java/com/fzzy/api/view/Api1307.view.xml +++ b/src/main/java/com/fzzy/api/view/Api1307.view.xml @@ -20,6 +20,15 @@ <PropertyDef name="hwdm"> <Property name="label">璐т綅浠g爜</Property> </PropertyDef> + <PropertyDef name="tykqbm"> + <Property name="label">鍥藉缁熶竴搴撳尯缂栫爜</Property> + </PropertyDef> + <PropertyDef name="tycfbm"> + <Property name="label">鍥藉缁熶竴浠撴埧缂栫爜</Property> + </PropertyDef> + <PropertyDef name="tyhwbm"> + <Property name="label">鍥藉缁熶竴璐т綅缂栫爜</Property> + </PropertyDef> <PropertyDef name="zpsj"> <Property name="dataType">DateTime</Property> <Property name="label">鎶撴媿鏃堕棿</Property> @@ -60,6 +69,18 @@ <PropertyDef name="kqdm"> <Property></Property> <Property name="label">搴撳尯浠g爜</Property> + </PropertyDef> + <PropertyDef name="fileStorageId"> + <Property></Property> + <Property name="label">鏂囦欢id</Property> + </PropertyDef> + <PropertyDef name="ajdh"> + <Property></Property> + <Property name="label">寤掗棿浠g爜</Property> + </PropertyDef> + <PropertyDef name="txbh"> + <Property></Property> + <Property name="label">鍥惧儚缂栧彿</Property> </PropertyDef> </DataType> <DataType name="dtParam"> @@ -320,6 +341,21 @@ <Editor/> </AutoFormElement> <AutoFormElement> + <Property name="name">tykqbm</Property> + <Property name="property">tykqbm</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">tycfbm</Property> + <Property name="property">tycfbm</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">tyhwbm</Property> + <Property name="property">tyhwbm</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> <Property name="name">zpsj</Property> <Property name="property">zpsj</Property> <Editor/> @@ -365,6 +401,21 @@ <Property name="property">kqdm</Property> <Editor/> </AutoFormElement> + <AutoFormElement> + <Property name="name">fileStorageId</Property> + <Property name="property">fileStorageId</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">ajdh</Property> + <Property name="property">ajdh</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">txbh</Property> + <Property name="property">txbh</Property> + <Editor/> + </AutoFormElement> </AutoForm> </Children> <Tools/> -- Gitblit v1.9.3