优化获取金蝶入库数据

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

@@ -38,6 +38,10 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public int StockId { get; set; }
/// <summary>
/// 收货仓库编码(对应金蝶和单点)
/// </summary>
public string StockCode { get; set; }
/// <summary>
/// 出厂价
/// </summary>
public decimal FactoryPrice { get; set; }