From 1236c1e76c1dc07963285c72ea4faabef9cb7d93 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期五, 12 七月 2024 14:54:43 +0800 Subject: [PATCH] 上海省平台接口字段优化 --- src/main/java/com/fzzy/api/view/Api1103.view.xml | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/Api1103.view.xml b/src/main/java/com/fzzy/api/view/Api1103.view.xml index e9b5987..b861ac6 100644 --- a/src/main/java/com/fzzy/api/view/Api1103.view.xml +++ b/src/main/java/com/fzzy/api/view/Api1103.view.xml @@ -379,6 +379,26 @@ <PropertyDef name="bjw"> <Property name="label">鏍囪浣�</Property> </PropertyDef> + <PropertyDef name="cfcczt"> + <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> </Model> <View layout="regionPadding:10"> @@ -892,6 +912,11 @@ <Property name="property">bjw</Property> <Editor/> </AutoFormElement> + <AutoFormElement> + <Property name="name">cfcczt</Property> + <Property name="property">cfcczt</Property> + <Editor/> + </AutoFormElement> </AutoForm> </Children> </GroupBox> -- Gitblit v1.9.3