优化获取金蝶入库数据

This commit is contained in:
tongfei
2023-11-02 10:15:42 +08:00
parent e8645ed73f
commit 97aa1acbbb
6 changed files with 38 additions and 7 deletions

View File

@@ -53,6 +53,16 @@ namespace WMS.Web.Core.Dto.Erp.Purchase
/// </summary>
public DateTime FCreateDate { get; set; }
/// <summary>
/// 出厂价格
/// </summary>
public decimal FCHUCHANGPRICE { get; set; }
/// <summary>
/// 仓库编码
/// </summary>
public string StockFNumber { get; set; }
public string FDocumentStatus { get; set; }
public string FBillTypeID { get; set; }
public string FMRPCloseStatus { get; set; }