列表优化
This commit is contained in:
@@ -41,18 +41,19 @@ namespace WMS.Web.Core.Dto
|
|||||||
/// 仓位
|
/// 仓位
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Column("仓位")]
|
[Column("仓位")]
|
||||||
public string SubStock { get; set; }
|
public string SubStock { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 物料名称
|
|
||||||
/// </summary>
|
|
||||||
[Column("物料名称")]
|
|
||||||
public string MaterialName { get; set; }
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 物料规格型号
|
/// 物料规格型号
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Column("规格型号")]
|
[Column("规格型号")]
|
||||||
public string Specifications { get; set; }
|
public string Specifications { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 物料名称
|
||||||
|
/// </summary>
|
||||||
|
[Column("物料名称")]
|
||||||
|
public string MaterialName { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 物料编码
|
/// 物料编码
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user