From 248ce9b84376ebcdc8cc9852e38ddcd04fd304e9 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 07 三月 2025 16:21:09 +0800 Subject: [PATCH] 物料:删除时 回滚报错问题解决 --- WebAPI/Models/HBarCodeList.cs | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/HBarCodeList.cs b/WebAPI/Models/HBarCodeList.cs index 9ac3310..f69b85e 100644 --- a/WebAPI/Models/HBarCodeList.cs +++ b/WebAPI/Models/HBarCodeList.cs @@ -62,5 +62,20 @@ public string HInnerBillNo2 { get; set; } //"鍐呴儴閲囪喘璁㈠崟鍙�"; public string HMaker2 { get; set; } //"鍒跺崟浜�"; public string HEntryID2 { get; set; } //"琛屽彿"; + + public decimal HAuxQty { get; set; } //"璐熻矗鏁伴噺"; + public string HFurnaceNO { get; set; } //"鐐夊彿"; + public string HCoilNO { get; set; } //"閽㈠嵎鍙�"; + public string HheatNO { get; set; } //"鐑鐞嗗彿"; + public string HFactory { get; set; } //"鍘傚晢"; + 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