From c599da6380e7be8b80278e05e788c7f8474adefe Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期四, 05 三月 2026 16:34:10 +0800
Subject: [PATCH] 华舟 递入车间筛选职员列表时,为目前还没有绑定部门的职员提供降级方案

---
 WebAPI/Models/HSouceOrderList.cs |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/HSouceOrderList.cs b/WebAPI/Models/HSouceOrderList.cs
index 4d93a89..9c2f1d1 100644
--- a/WebAPI/Models/HSouceOrderList.cs
+++ b/WebAPI/Models/HSouceOrderList.cs
@@ -9,6 +9,7 @@
     {
         public string HMainID { get; set; }  //婧愬崟涓籌D
         public string HSubID { get; set; }  //婧愬崟瀛怚D
+        public string HSourceBillSEQ { get; set; }  //婧愬崟琛屽彿
         public string HBillNo{get;set;}    // "婧愬崟鍗曞彿";
         public string HSourceBillNo { get; set; } // "婧愬崟鍗曞彿";
         public string HBillType{get;set;} // "鍗曟嵁绫诲瀷";
@@ -48,6 +49,7 @@
         public string HSPName{get;set;} // "浠撲綅";
         public string HInstructNo{get;set;} // "鎸囦护鍗曞彿";
         public string HSeOrderBillNo{get;set;} // "閿�鍞鍗曞彿";
+        public int HSeOrderSEQ { get; set; } // "閿�鍞鍗曡鍙�";
         public string HDate{get;set;} // "杩涙枡鏃ユ湡";
         public string HRemark{get;set;} // "澶囨敞";
         public string HMTONo{get;set;} // "璁″垝璺熻釜鍙�";
@@ -70,6 +72,7 @@
         public string HFactory { get; set; } //"鍘傚晢";
         public DateTime HProduceDate { get; set; } //"鐢熶骇鏃ユ湡";
         public DateTime HExpiryDate { get; set; } //"淇濊川鏈熻嚦";
+        public int HISKFPERIOD { get; set; } //"淇濊川鏈熷惎鐢�";
         public Int64 HGroupID { get; set; } //"鐝粍";
         public string HGroupNumber { get; set; } //"鐝粍";
         public string HGroupName { get; set; } //"鐝粍";
@@ -80,5 +83,16 @@
         public string HCusMaterName { get; set; } //"瀹㈡埛鐗╂枡鍚嶇О";
         public string HCheckEmpName { get; set; } //"妫�楠屽憳鍚嶇О";
         public string HZZRQ { get; set; } //鍒堕�犳棩鏈�
+
+        public string HInterID { get; set; } 
+         
+        public double HEXPPERIOD { get; set; }  //鏈夋晥鏈熷��
+        public string HEXPUNIT { get; set; }   //鏈夋晥鏈熷崟浣�(鏃ャ�佹湀銆佸勾)
+
+        public bool HReInspectionFlag { get; set; }  //澶嶆鍚敤鏍囪
+        public string HInspectionDate { get; set; } //鐢熸垚鏃ユ湡
+        public int HInspectionCycle { get; set; }   //澶嶆鍛ㄦ湡
+        public string HReInspectionDate { get; set; }//澶嶆鏃ユ湡
+        public string HPOOrderBillMTO { get; set; }//閲囪喘璺熻釜鍙�
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1