物料编码和仓位编码

This commit is contained in:
tongfei
2024-03-16 15:41:42 +08:00
parent 405b414912
commit f0f80c04ff
13 changed files with 62 additions and 15 deletions

View File

@@ -45,6 +45,10 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public int MaterialId { get; set; }
/// <summary>
/// 物料编码
/// </summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 收货仓库编码(对应金蝶和单点)
/// </summary>
public string StockCode { get; set; }