From 7a14f207f67d6638a7c7fbe93fbccbd5d7645783 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期三, 16 八月 2023 16:01:05 +0800 Subject: [PATCH] 优化提交 --- src/main/java/com/fzzy/api/view/Api1101.view.xml | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/Api1101.view.xml b/src/main/java/com/fzzy/api/view/Api1101.view.xml index 15e690d..921af6c 100644 --- a/src/main/java/com/fzzy/api/view/Api1101.view.xml +++ b/src/main/java/com/fzzy/api/view/Api1101.view.xml @@ -152,6 +152,26 @@ <Property></Property> <Property name="label">澶囨鐘舵��</Property> </PropertyDef> + <PropertyDef name="dwzt"> + <Property></Property> + <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">姝e父</Property> + </Entity> + <Entity> + <Property name="key">2</Property> + <Property name="value">閫�鍑哄偍澶囩伯鎵垮偍</Property> + </Entity> + </Collection> + </Property> + </Property> + </PropertyDef> </DataType> <DataType name="dtGBArea"> <Property name="creationType">com.fzzy.api.entity.GbArea</Property> @@ -607,6 +627,11 @@ <Property name="property">bazt</Property> <Editor/> </AutoFormElement> + <AutoFormElement> + <Property name="name">dwzt</Property> + <Property name="property">dwzt</Property> + <Editor/> + </AutoFormElement> </AutoForm> </Children> <Tools/> -- Gitblit v1.9.3