From 2920728d7908da2ee196f3af8b3d1c635696e9a1 Mon Sep 17 00:00:00 2001
From: zwc <526854230@qq.com>
Date: 星期三, 15 一月 2025 15:47:15 +0800
Subject: [PATCH] 修改问题

---
 Wms/WMS.Entity/DataEntity/DataStockInfo.cs |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/Wms/WMS.Entity/DataEntity/DataStockInfo.cs b/Wms/WMS.Entity/DataEntity/DataStockInfo.cs
index f9ef593..a79ed61 100644
--- a/Wms/WMS.Entity/DataEntity/DataStockInfo.cs
+++ b/Wms/WMS.Entity/DataEntity/DataStockInfo.cs
@@ -9,7 +9,7 @@
     ///<summary>
     ///搴撳瓨璁板綍琛�
     ///</summary>
-    [SugarTable("DataStock")]
+    [SugarTable("DataStockInfo")]
     public class DataStockInfo : BaseEntity
     {
         /// <summary>
@@ -171,12 +171,5 @@
         /// Nullable:True
         /// </summary>   
         public string Situation { get; set; }
-
-        /// <summary>
-        /// Desc:鎶樹欢鏁伴噺
-        /// Default:
-        /// Nullable:True
-        /// </summary>   
-        public decimal FoldedQty { get; set; }
     }
 }

--
Gitblit v1.8.0