From cf7f7a21d37e5196f4095f244a19adf0e1ccb1c6 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期四, 07 三月 2024 16:17:48 +0800 Subject: [PATCH] 销售退货单:保存、修改、删除、审核、反审核 源单关联数量反写 --- 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