This commit is contained in:
18942506660
2024-10-31 11:57:49 +08:00
parent 0e2b6c259e
commit 21d7595a36
4 changed files with 26 additions and 11 deletions

View File

@@ -16,5 +16,11 @@ namespace WMS.Web.Core.Dto.LingXing
/// </summary>
[JsonProperty("wid")]
public string wid { get; set; }
/// <summary>
/// 物料规格型号
/// </summary>
[JsonProperty("sku")]
public string sku { get; set; }
}
}