From 18ef8c37e6290ba6f47cbd5bbd26e56a682d767e Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 29 九月 2025 16:34:15 +0800
Subject: [PATCH] 1

---
 代码管理/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs |   34 ++++++++++++++++++++++------------
 1 files changed, 22 insertions(+), 12 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs"
index cecf16b..c7274b8 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WIDESEA_WMSServer/WIDESEA_Model/Models/SquareCabin/Dt_DeliveryOrderDetail.cs"
@@ -34,23 +34,33 @@
         [SugarColumn(ColumnName = "Exp_date", IsNullable = true, Length = 8, ColumnDescription = "鏍℃湡(yyyymmmdd)")]
         public  string  Exp_date { get; set; }
 
+        //搴撴埧鍙�
+        [SugarColumn(ColumnName = "Warehouse_no", IsNullable = true, ColumnDescription = "搴撴埧鍙�")]
+        public string Warehouse_no { get; set; }
+
+
+        /// <summary>
+        /// 璁㈠崟璇︽儏鐘舵�� 鏂板缓锛屽紑濮嬶紝宸插畬鎴�
+        /// 搴撴埧鍙�+鐘舵��+锛堟柊寤猴級锛氬垽鏂槸鍚︿笅鍙戠粰wcs
+        /// 璇︽儏寮�濮嬶紙寮�濮嬶級
+        /// 璇︽儏瀹屾垚锛堝凡瀹屾垚锛岀Щ鍏ュ巻鍙茶〃鍒犻櫎淇℃伅锛�
+        /// </summary>
+        [SugarColumn(ColumnName = "OotDetailStatus", IsNullable = true, Length = 50, ColumnDescription = "鐘舵��")]
+        public string OotDetailStatus { get; set; }
+
+
+        [SugarColumn(ColumnName = "Status",IsNullable =true, ColumnDescription = "涓嬫父鐘舵�侊紝鍚屾鐘舵�侊細0鏈悓姝ワ紝1宸插悓姝ワ紙鍚屾鍙戠粰wcs锛�")]
+        public int Status { get; set; }
+
+        // 瀵艰埅灞炴�э細涓�涓槑缁嗗搴斾竴涓嵂鍝佷俊鎭�
+        [Navigate(NavigateType.OneToOne, nameof(Goods_no), nameof(Dt_MedicineGoods.Goods_no))]
+        public Dt_MedicineGoods MedicineGoods { get; set; }
+
         //鏄惁闇�瑕佷笅闈㈢殑瀛楁
         //sku鍚嶇О productName
         //sku瑙勬牸 ProductSpecifications
         //鏁伴噺 quantity 
         //鐩樹簭鏄庣粏 StocktakingDetails 
-        //sku鍚嶇О
-        [SugarColumn(ColumnName = "ProductName", IsNullable = true, ColumnDescription = "sku鍚嶇О")]
-        public string ProductName { get; set; }
-
-        //sku瑙勬牸
-        [SugarColumn(ColumnName = "ProductSpecifications", IsNullable = true, ColumnDescription = "sku瑙勬牸")]
-        public string ProductSpecifications { get; set; }
-
-        //鐩堜簭鏄庣粏
-        //StoktakingDetails
-
-
 
     }
 }

--
Gitblit v1.9.3