From 883e43106bb34063020bfed61da1e8577d24ae67 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期五, 15 三月 2024 14:26:14 +0800 Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API --- WebAPI/Models/HSouceOrderList.cs | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/HSouceOrderList.cs b/WebAPI/Models/HSouceOrderList.cs index 565e388..ec8370d 100644 --- a/WebAPI/Models/HSouceOrderList.cs +++ b/WebAPI/Models/HSouceOrderList.cs @@ -30,6 +30,7 @@ public string HBatchNo{get;set;} // "鎵瑰彿"; public int HGiveAwayFlag{get;set;} // "鏄惁璧犲搧"; public string HQty{get;set;} // "鏁伴噺"; + public string HinitQty { get;set;} // "鏁伴噺"; public string HMinQty{get;set;} // "鏈�灏忓寘瑁呮暟"; public string HPackQty{get;set;} // "澶栫鏁�"; public string HBQty{get;set;} // "绠辨暟"; @@ -61,5 +62,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