From dadeff7f68d36c6a369c8d2d30cbe210d1be9a6c Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期一, 06 十一月 2023 22:06:30 +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