From 80db7538bb8e0c475c91cdcb1aab979c88991cda Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 08 七月 2025 09:05:42 +0800
Subject: [PATCH] 小诸葛同步:产品档案更新时不覆盖生产周期

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

diff --git a/WebAPI/Models/HBarCodeList.cs b/WebAPI/Models/HBarCodeList.cs
index c321d1b..4e29306 100644
--- a/WebAPI/Models/HBarCodeList.cs
+++ b/WebAPI/Models/HBarCodeList.cs
@@ -9,6 +9,7 @@
     {
         public string HBarCode2 { get; set; } //鏉$爜缂栧彿
         public string HBarCodeType2 { get; set; } //鏉$爜绫诲瀷
+        public string HBarCodeSubType2 { get; set; } //鏉$爜瀛愮被鍨�
         public string HMaterID2 { get; set; } // "鐗╂枡ID";
         public string HMaterNumber2 { get; set; } // "鐗╂枡浠g爜";
         public string HMaterName2 { get; set; } // "鐗╂枡鍚嶇О";
@@ -71,5 +72,11 @@
         public DateTime HProduceDate { get; set; } //"鐢熶骇鏃ユ湡";
         public DateTime HExpiryDate { get; set; } //"淇濊川鏈熻嚦";
 
+        public Int64 HGroupID2 { get; set; } //"鐝粍";
+        public Int64 HEmpID2 { get; set; } //"鎿嶄綔鍛�";
+        public string HCusModel2 { get; set; } //"瀹㈡埛鐗╂枡瑙勬牸";
+        public string HCusMaterName2 { get; set; } //"瀹㈡埛鐗╂枡鍚嶇О";
+        public string HCheckEmpName2 { get; set; } //"妫�楠屽憳鍚嶇О";
+
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1