From a70bd1fd9fd10c3a8ae6cd83026be84b845ee0c9 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期四, 01 八月 2024 15:22:42 +0800 Subject: [PATCH] 优化熏蒸备案数据同步 --- src/main/java/com/fzzy/api/view/Api1105.view.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/Api1105.view.xml b/src/main/java/com/fzzy/api/view/Api1105.view.xml index d0d7214..37e019f 100644 --- a/src/main/java/com/fzzy/api/view/Api1105.view.xml +++ b/src/main/java/com/fzzy/api/view/Api1105.view.xml @@ -64,6 +64,10 @@ <Property></Property> <Property name="label">鏍囪浣�</Property> </PropertyDef> + <PropertyDef name="hwzt"> + <Property></Property> + <Property name="label">璐т綅鐘舵��</Property> + </PropertyDef> </DataType> </Model> <View layout="regionPadding:10"> @@ -340,6 +344,11 @@ <Property name="property">bjw</Property> <Editor/> </AutoFormElement> + <AutoFormElement> + <Property name="name">hwzt</Property> + <Property name="property">hwzt</Property> + <Editor/> + </AutoFormElement> </AutoForm> </Children> </GroupBox> -- Gitblit v1.9.3