列表优化

This commit is contained in:
tongfei
2023-12-26 15:48:57 +08:00
parent c095390b8c
commit 41c9d708fe

View File

@@ -42,17 +42,18 @@ namespace WMS.Web.Core.Dto
/// </summary> /// </summary>
[Column("仓位")] [Column("仓位")]
public string SubStock { get; set; } public string SubStock { get; set; }
/// <summary>
/// 物料规格型号
/// </summary>
[Column("规格型号")]
public string Specifications { get; set; }
/// <summary> /// <summary>
/// 物料名称 /// 物料名称
/// </summary> /// </summary>
[Column("物料名称")] [Column("物料名称")]
public string MaterialName { get; set; } public string MaterialName { get; set; }
/// <summary>
/// 物料规格型号
/// </summary>
[Column("规格型号")]
public string Specifications { get; set; }
/// <summary> /// <summary>
/// 物料编码 /// 物料编码
/// </summary> /// </summary>