From f3e014988da194301c9c8fca2d77a93712c0fce6 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期二, 10 十二月 2024 16:46:29 +0800 Subject: [PATCH] 调整上海接口V3.1 --- 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