From 882994504c53b2b62f61630e443d371204208029 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期二, 07 十一月 2023 18:53:10 +0800 Subject: [PATCH] 调整行政管理接口信息 --- src/main/java/com/fzzy/api/view/Api1402.view.xml | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/Api1402.view.xml b/src/main/java/com/fzzy/api/view/Api1402.view.xml index 5f5b635..1b14545 100644 --- a/src/main/java/com/fzzy/api/view/Api1402.view.xml +++ b/src/main/java/com/fzzy/api/view/Api1402.view.xml @@ -53,7 +53,32 @@ </PropertyDef> <PropertyDef name="sl"> <Property name="label">鏁伴噺</Property> - <Property name="dataType">double</Property> + <Property name="dataType">Double</Property> + </PropertyDef> + <PropertyDef name="dwdm"> + <Property name="label">鍗曚綅浠g爜</Property> + </PropertyDef> + <PropertyDef name="lqxzqhdm"> + <Property name="label">绮潈琛屾斂鍖哄垝浠g爜</Property> + </PropertyDef> + <PropertyDef name="rotationType"> + <Property name="label">杞崲绫诲瀷</Property> + <Property name="mapping"> + <Property name="keyProperty">key</Property> + <Property name="valueProperty">value</Property> + <Property name="mapValues"> + <Collection> + <Entity> + <Property name="key">1</Property> + <Property name="value">1-闈欐�佽疆鎹�</Property> + </Entity> + <Entity> + <Property name="key">2</Property> + <Property name="value">2-鍔ㄦ�佽疆鎹�</Property> + </Entity> + </Collection> + </Property> + </Property> </PropertyDef> <PropertyDef name="czbz"> <Property></Property> @@ -377,6 +402,21 @@ <Editor/> </AutoFormElement> <AutoFormElement> + <Property name="name">dwdm</Property> + <Property name="property">dwdm</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">lqxzqhdm</Property> + <Property name="property">lqxzqhdm</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">rotationType</Property> + <Property name="property">rotationType</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> <Property name="name">czbz</Property> <Property name="property">czbz</Property> <Editor/> -- Gitblit v1.9.3