物料编码和仓位编码

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

@@ -28,6 +28,12 @@ namespace WMS.Web.Domain.Entitys
/// 物料ID
/// </summary>
public int MaterialId { get; set; }
/// <summary>
/// 物料编码
/// </summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 数量
/// </summary>