From f58c03f4c98b3664f22a3ec4e920fb2a42473ab9 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 30 一月 2024 18:08:02 +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