From 0ad8b5d768d28752aeb1aa2c9d548bcc12757f40 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期六, 28 二月 2026 09:41:46 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
WebAPI/Models/HSouceOrderList.cs | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/HSouceOrderList.cs b/WebAPI/Models/HSouceOrderList.cs
index f7e9d34..9c2f1d1 100644
--- a/WebAPI/Models/HSouceOrderList.cs
+++ b/WebAPI/Models/HSouceOrderList.cs
@@ -49,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;} // "璁″垝璺熻釜鍙�";
@@ -71,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; } //"鐝粍";
@@ -81,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