This commit is contained in:
tongfei
2023-12-01 14:20:40 +08:00
13 changed files with 189 additions and 58 deletions

View File

@@ -55,6 +55,21 @@ namespace WMS.Web.Core.Dto.TakeStock
[Column("子仓库")]
public string Erp_SubStock { get; set; }
/// <summary>
/// 物料名称
/// </summary>
[Column("物料名称")]
public string MaterialName { get; set; }
/// <summary>
/// 物料编码
/// </summary>
[Column("物料编码")]
public string MaterialNumber { get; set; }
/// <summary>
/// 物料规格型号
/// </summary>
[Column("规格型号")]
public string Specifications { get; set; }
/// <summary>
/// 系统库存
/// </summary>
[Column("系统库存")]