From d58da26dc5dec61d9b3874c7d618f892fe1b6505 Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 05 九月 2025 15:44:40 +0800
Subject: [PATCH] 添加 更新条码对应出库申请单号 兴达, 删除 更新条码 对应单据 单号 次数 时间 添加 停工回复单 控制器 添加 停工回复单 DLL,Model,
---
WebAPI/Models/HBarCodeList.cs | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/HBarCodeList.cs b/WebAPI/Models/HBarCodeList.cs
index c321d1b..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; } // "鐗╂枡鍚嶇О";
@@ -71,5 +72,12 @@
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; } //"妫�楠屽憳鍚嶇О";
+ public string HZZRQ { get; set; } //鍒堕�犳棩鏈�
+
}
}
\ No newline at end of file
--
Gitblit v1.9.1