增加物料编码
This commit is contained in:
@@ -82,6 +82,11 @@ namespace WMS.Web.Core.Dto
|
||||
[JsonProperty("FMaterialId")]
|
||||
public int MaterialId { get; set; }
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
[JsonProperty("FMaterialNo")]
|
||||
public string MaterialNumber { get; set; }
|
||||
/// <summary>
|
||||
/// 数量(装箱数量)
|
||||
/// </summary>
|
||||
[JsonProperty("Qty")]
|
||||
|
||||
Reference in New Issue
Block a user