From b29c63d1e59a377cf83c3954312ef501ae38585f Mon Sep 17 00:00:00 2001 From: black-goat-me <226547893@qq.com> Date: 星期五, 19 五月 2023 11:18:22 +0800 Subject: [PATCH] 白坯发布汇总、明细报表:动态列 --- WebAPI/Models/HSouceOrderList.cs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/HSouceOrderList.cs b/WebAPI/Models/HSouceOrderList.cs index 565e388..4abde9e 100644 --- a/WebAPI/Models/HSouceOrderList.cs +++ b/WebAPI/Models/HSouceOrderList.cs @@ -61,5 +61,13 @@ public string HShowDate{get;set;} // "鏃ユ湡"; public string HInnerBillNo{get;set;} // "鍐呴儴閲囪喘璁㈠崟鍙�"; public string HMaker{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