From 92be463c5a038062c42d758a6e18be62955007a7 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 02 十一月 2023 20:35:17 +0800 Subject: [PATCH] 优化上海接口-调整视频信息等 --- src/main/java/com/fzzy/api/view/Api1308.view.xml | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/api/view/Api1308.view.xml b/src/main/java/com/fzzy/api/view/Api1308.view.xml index 34b007d..11d28c5 100644 --- a/src/main/java/com/fzzy/api/view/Api1308.view.xml +++ b/src/main/java/com/fzzy/api/view/Api1308.view.xml @@ -71,6 +71,18 @@ <Property></Property> <Property name="label">涓氬姟缂栫爜</Property> </PropertyDef> + <PropertyDef name="hwdm"> + <Property></Property> + <Property name="label">璐т綅浠g爜</Property> + </PropertyDef> + <PropertyDef name="txbh"> + <Property></Property> + <Property name="label">鍥惧儚缂栧彿</Property> + </PropertyDef> + <PropertyDef name="spbh"> + <Property></Property> + <Property name="label">瑙嗛缂栧彿</Property> + </PropertyDef> </DataType> <DataType name="dtParam"> <Property name="creationType">com.fzzy.api.data.ApiParam</Property> @@ -385,6 +397,21 @@ <Property name="property">bizId</Property> <Editor/> </AutoFormElement> + <AutoFormElement> + <Property name="name">hwdm</Property> + <Property name="property">hwdm</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">txbh</Property> + <Property name="property">txbh</Property> + <Editor/> + </AutoFormElement> + <AutoFormElement> + <Property name="name">spbh</Property> + <Property name="property">spbh</Property> + <Editor/> + </AutoFormElement> </AutoForm> </Children> <Tools/> -- Gitblit v1.9.3