From c464f72ac383e8dbc98d8a43f05098fbaff64a19 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 19 八月 2025 11:05:40 +0800
Subject: [PATCH] 工序委外发出单获取工序信息添加序列号

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

diff --git a/WebAPI/Models/HBarCodeList.cs b/WebAPI/Models/HBarCodeList.cs
index f69b85e..4647ac4 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; } // "鐗╂枡鍚嶇О";
@@ -76,6 +77,7 @@
         public string HCusModel2 { get; set; } //"瀹㈡埛鐗╂枡瑙勬牸";
         public string HCusMaterName2 { get; set; } //"瀹㈡埛鐗╂枡鍚嶇О";
         public string HCheckEmpName2 { get; set; } //"妫�楠屽憳鍚嶇О";
+        public string HZZRQ { get; set; } //鍒堕�犳棩鏈�
 
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1