增加物料编码

This commit is contained in:
18942506660
2024-03-16 14:17:03 +08:00
parent 72f3b347e4
commit 2fe53f59e5
13 changed files with 62 additions and 1 deletions

View File

@@ -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")]