From 44fe437ed95b89a38fc78b2905073e085eeebf51 Mon Sep 17 00:00:00 2001
From: pulg <plg@Haninfo>
Date: 星期日, 06 七月 2025 10:50:31 +0800
Subject: [PATCH] 1

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

diff --git a/HH.WCS.QingXiNongfu/wms/WCSModel.cs b/HH.WCS.QingXiNongfu/wms/WCSModel.cs
index 5ac2008..dba41a6 100644
--- a/HH.WCS.QingXiNongfu/wms/WCSModel.cs
+++ b/HH.WCS.QingXiNongfu/wms/WCSModel.cs
@@ -285,6 +285,15 @@
         public string S_CJ_NAME { get; set; }
     }
 
+    [SuGG("鍗婃垚鍝佸尯鍩熻〃")]
+    public class BcpQyOrder : BaseModel
+    {
+        /// <summary>
+        /// 浜х嚎鍙�+        /// </summary>
+        public string SQL_PLineNo { get; set; }
+    }
+
     [SuGG("鍘傚鏃堕棿琛�)]
     public class CjTimeOrder : BaseModel
     {
@@ -507,6 +516,7 @@
         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