箱库存查询-带物料

This commit is contained in:
tongfei
2023-12-18 09:58:13 +08:00
parent 1060c964d3
commit e801ba6a67
4 changed files with 43 additions and 3 deletions

View File

@@ -67,6 +67,19 @@ namespace WMS.Web.Core.Dto.Inventory
/// </summary>
public int MaterialId { get; set; }
/// <summary>
/// 物料名称
/// </summary>
public string MaterialName { get; set; }
/// <summary>
/// 物料编码
/// </summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 物料规格型号
/// </summary>
public string Specifications { get; set; }
/// <summary>
/// 序列号集
/// </summary>