From a70bd1fd9fd10c3a8ae6cd83026be84b845ee0c9 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期四, 01 八月 2024 15:22:42 +0800
Subject: [PATCH] 优化熏蒸备案数据同步

---
 src/main/java/com/fzzy/otherview/gd2022/GdApi1023.view.xml |   42 ++++++++++++++++++++++++++++++++++++++----
 1 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/fzzy/otherview/gd2022/GdApi1023.view.xml b/src/main/java/com/fzzy/otherview/gd2022/GdApi1023.view.xml
index b68b445..1e1cd92 100644
--- a/src/main/java/com/fzzy/otherview/gd2022/GdApi1023.view.xml
+++ b/src/main/java/com/fzzy/otherview/gd2022/GdApi1023.view.xml
@@ -4,7 +4,7 @@
   <Context/>
   <Model>
     <DataType name="dtMain">
-      <Property name="creationType">com.fzzy.otherview.gd2022.dto.GdApi1023</Property>
+      <Property name="creationType">com.fzzy.push.gd2022.dto.Gd2022Api1023</Property>
       <PropertyDef name="xzbm">
         <Property></Property>
         <Property name="label">鐔忚捀缂栫爜</Property>
@@ -13,6 +13,10 @@
         <Property></Property>
         <Property name="label">搴撳尯浠g爜</Property>
       </PropertyDef>
+      <PropertyDef name="kqmc">
+        <Property></Property>
+        <Property name="label">搴撳尯鍚嶇О</Property>
+      </PropertyDef>
       <PropertyDef name="tbrq">
         <Property name="dataType">Date</Property>
         <Property name="label">濉姤鏃ユ湡</Property>
@@ -20,6 +24,10 @@
       <PropertyDef name="dwdm">
         <Property></Property>
         <Property name="label">鍗曚綅浠g爜</Property>
+      </PropertyDef>
+      <PropertyDef name="dwmc">
+        <Property></Property>
+        <Property name="label">鍗曚綅鍚嶇О</Property>
       </PropertyDef>
       <PropertyDef name="sqxzrq">
         <Property></Property>
@@ -148,7 +156,7 @@
       </PropertyDef>
     </DataType>
     <DataType name="dtPeople">
-      <Property name="creationType">com.fzzy.otherview.gd2022.dto.GdApi1023People</Property>
+      <Property name="creationType">com.fzzy.push.gd2022.dto.Gd2022Api1023People</Property>
       <PropertyDef name="xm">
         <Property></Property>
         <Property name="label">濮撳悕</Property>
@@ -175,7 +183,7 @@
       </PropertyDef>
     </DataType>
     <DataType name="dtWay">
-      <Property name="creationType">com.fzzy.otherview.gd2022.dto.GdApi1023Way</Property>
+      <Property name="creationType">com.fzzy.push.gd2022.dto.Gd2022Api1023Way</Property>
       <PropertyDef name="xznd">
         <Property></Property>
         <Property name="label">璁惧畾鐔忚捀娴撳害(ml/m3)</Property>
@@ -197,7 +205,7 @@
       </PropertyDef>
     </DataType>
     <DataType name="dtDtl">
-      <Property name="creationType">com.fzzy.otherview.gd2022.dto.GdApi1023Dtl</Property>
+      <Property name="creationType">com.fzzy.push.gd2022.dto.Gd2022Api1023Dtl</Property>
       <PropertyDef name="cfdm">
         <Property></Property>
         <Property name="label">浠撴埧/娌圭綈浠g爜</Property>
@@ -296,6 +304,10 @@
       <PropertyDef name="jhxzjsrq">
         <Property name="dataType">Date</Property>
         <Property name="label">璁″垝鐔忚捀缁撴潫鏃ユ湡</Property>
+      </PropertyDef>
+      <PropertyDef name="cfmc">
+        <Property/>
+        <Property name="label">浠撴埧鍚嶇О</Property>
       </PropertyDef>
     </DataType>
     <DataType name="dtParam">
@@ -520,6 +532,13 @@
         <Property name="align">center</Property>
       </DataColumn>
     </DataGrid>
+    <ToolBar layoutConstraint="bottom">
+      <Fill/>
+      <DataPilot>
+        <Property name="itemCodes">pageSize,pages</Property>
+        <Property name="dataSet">dsMain</Property>
+      </DataPilot>
+    </ToolBar>
     <Dialog id="dialogMain" layout="regionPadding:5">
       <Property name="width">85%</Property>
       <Property name="closeable">false</Property>
@@ -564,6 +583,11 @@
                 <Editor/>
               </AutoFormElement>
               <AutoFormElement>
+                <Property name="name">kqmc</Property>
+                <Property name="property">kqmc</Property>
+                <Editor/>
+              </AutoFormElement>
+              <AutoFormElement>
                 <Property name="name">tbrq</Property>
                 <Property name="property">tbrq</Property>
                 <Editor/>
@@ -571,6 +595,11 @@
               <AutoFormElement>
                 <Property name="name">dwdm</Property>
                 <Property name="property">dwdm</Property>
+                <Editor/>
+              </AutoFormElement>
+              <AutoFormElement>
+                <Property name="name">dwmc</Property>
+                <Property name="property">dwmc</Property>
                 <Editor/>
               </AutoFormElement>
               <AutoFormElement>
@@ -1110,6 +1139,11 @@
             <Property name="property">jhxzjsrq</Property>
             <Editor/>
           </AutoFormElement>
+          <AutoFormElement>
+            <Property name="name">cfmc</Property>
+            <Property name="property">cfmc</Property>
+            <Editor/>
+          </AutoFormElement>
         </AutoForm>
       </Children>
       <Tools/>

--
Gitblit v1.9.3