修复bug

This commit is contained in:
18942506660
2023-12-01 14:09:32 +08:00
parent 8c37838402
commit a7d1b4fdc5
3 changed files with 34 additions and 1 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("系统库存")]