From 04fc4dfcdd1d7a6f2c3143f9ac56ac458c1d45a6 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 08 四月 2024 09:42:34 +0800
Subject: [PATCH] 优化账面库存页面数据类型

---
 src/main/java/com/fzzy/api/view/Api1203.view.xml |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/fzzy/api/view/Api1203.view.xml b/src/main/java/com/fzzy/api/view/Api1203.view.xml
index 9ddde53..f08c799 100644
--- a/src/main/java/com/fzzy/api/view/Api1203.view.xml
+++ b/src/main/java/com/fzzy/api/view/Api1203.view.xml
@@ -5,9 +5,6 @@
   <Model>
     <DataType name="dtMain">
       <Property name="creationType">com.fzzy.api.entity.Api1203</Property>
-      <PropertyDef name="id">
-        <Property name="dataType">Integer</Property>
-      </PropertyDef>
       <PropertyDef name="rkjydh">
         <Property></Property>
         <Property name="label">鍏ュ簱妫�楠屽崟鍙�</Property>
@@ -21,7 +18,7 @@
         <Property name="label">鍏ュ簱涓氬姟鍗曞彿</Property>
       </PropertyDef>
       <PropertyDef name="qysj">
-        <Property name="dataType">Date</Property>
+        <Property name="dataType">DateTime</Property>
         <Property name="label">鎵︽牱鏃堕棿</Property>
       </PropertyDef>
       <PropertyDef name="qyrxm">
@@ -52,6 +49,10 @@
       <PropertyDef name="zkl">
         <Property></Property>
         <Property name="label">澧炴墸閲�(鍏枻,闅斿紑)</Property>
+      </PropertyDef>
+      <PropertyDef name="spaqzbsfhg">
+        <Property></Property>
+        <Property name="label">椋熷搧瀹夊叏鎸囨爣鏄惁鍚堟牸</Property>
       </PropertyDef>
       <PropertyDef name="jyrxm">
         <Property></Property>
@@ -438,6 +439,11 @@
             <Editor/>
           </AutoFormElement>
           <AutoFormElement>
+            <Property name="name">spaqzbsfhg</Property>
+            <Property name="property">spaqzbsfhg</Property>
+            <Editor/>
+          </AutoFormElement>
+          <AutoFormElement>
             <Property name="name">bgyfh</Property>
             <Property name="property">bgyfh</Property>
             <Editor/>

--
Gitblit v1.9.3