From f317e966ce0872e04d1455305845c3e19fb4a532 Mon Sep 17 00:00:00 2001
From: czw <selecti@yeah.net>
Date: 星期日, 06 七月 2025 12:00:53 +0800
Subject: [PATCH] Merge branch 'master' of http://121.37.118.194:8000/r/WMSPrjInstance/HH-0014_NongFu_QingXi

---
 HH.WCS.QingXiNongfu/wms/WCSModel.cs |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/HH.WCS.QingXiNongfu/wms/WCSModel.cs b/HH.WCS.QingXiNongfu/wms/WCSModel.cs
index 2dbd375..dba41a6 100644
--- a/HH.WCS.QingXiNongfu/wms/WCSModel.cs
+++ b/HH.WCS.QingXiNongfu/wms/WCSModel.cs
@@ -276,12 +276,22 @@
         /// 寮冪敤锛�鏀逛负璁板綍涓婃搴撳尯-  
         /// </summary>
         public string TagOver { get; internal set; } = "";
+
         public DateTime? TagOverTime { get; internal set; }
         public string S_BQ_TRAY_TYPE { get; internal set; } = "";
         /// <summary>
         /// 鍘傚
         /// </summary>
         public string S_CJ_NAME { get; set; }
+    }
+
+    [SuGG("鍗婃垚鍝佸尯鍩熻〃")]
+    public class BcpQyOrder : BaseModel
+    {
+        /// <summary>
+        /// 浜х嚎鍙�+        /// </summary>
+        public string SQL_PLineNo { get; set; }
     }
 
     [SuGG("鍘傚鏃堕棿琛�)]
@@ -503,8 +513,10 @@
     [SuGG("搴撳簱杞繍")]
     public class YWLZXtake : BaseModel
     {
+        public string SQL_WorkNo { get; set; }
         public string S_START_AREA { get; set; }
         public int N_START_ROW { get; set; }
+        public int N_END_ROW { get; set; }
         public string S_ZZ_AREA { get; set; }
         public string S_END_AREA { get; set; }
         public string S_ZX_STATE { get; set; }

--
Gitblit v1.9.1