From 7e514494e595531a0517d6266823bc7f6d673831 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期四, 14 三月 2024 13:41:29 +0800
Subject: [PATCH] 呼叫小车

---
 Wms/WMS.Entity/DataEntity/DataStockDetail.cs |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
index 382bda8..e839ce4 100644
--- a/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
+++ b/Wms/WMS.Entity/DataEntity/DataStockDetail.cs
@@ -47,6 +47,20 @@
         public string OwnerName { get; set; }
 
         /// <summary>
+        /// Desc:渚涘簲鍟嗙紪鍙�
+        /// Default:
+        /// Nullable:True
+        /// </summary>           
+        public string SupplierNo { get; set; }
+
+        /// <summary>
+        /// Desc:渚涘簲鍟嗗悕绉�
+        /// Default:
+        /// Nullable:True
+        /// </summary>           
+        public string SupplierName { get; set; }
+
+        /// <summary>
         /// Desc:鐗╂枡缂栫爜
         /// Default:
         /// Nullable:True
@@ -235,7 +249,12 @@
         /// </summary>           
         public string IsBelt {get;set;}
 
-        
+        /// <summary>
+        /// Desc:澶囨敞
+        /// Default:
+        /// Nullable:True
+        /// </summary>           
+        public string Demo { get; set; }
 
     }
 }

--
Gitblit v1.8.0