From 498d9a5e051416573e6a0b8c1dbbf725390c9df1 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 16 十一月 2023 10:32:45 +0800 Subject: [PATCH] 生产订单(无列表):保存时子表保存源单信息HSourceInterID、HSourceEntryID、HSourceBillNo、HSourceBillType --- WebAPI/Models/HBarCodeList.cs | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/HBarCodeList.cs b/WebAPI/Models/HBarCodeList.cs index 9ac3310..c321d1b 100644 --- a/WebAPI/Models/HBarCodeList.cs +++ b/WebAPI/Models/HBarCodeList.cs @@ -62,5 +62,14 @@ 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; } //"淇濊川鏈熻嚦"; + } } \ No newline at end of file -- Gitblit v1.9.1