This commit is contained in:
tongfei
2024-03-18 14:01:51 +08:00
parent 6efbc65daf
commit 3f453a0618
11 changed files with 27 additions and 65 deletions

View File

@@ -35,10 +35,6 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public int SupplierId { get; set; }
/// <summary>
/// 物料ID
/// </summary>
public int MaterialId { get; set; }
/// <summary>
/// 物料编码
/// </summary>

View File

@@ -16,10 +16,7 @@ namespace WMS.Web.Domain.Entitys
/// ID
/// </summary>
public int Id { get; set; }
/// <summary>
/// 物料ID
/// </summary>
public int MaterialId { get; set; }
/// <summary>
/// 物料编码
/// </summary>

View File

@@ -17,10 +17,7 @@ namespace WMS.Web.Domain.Entitys
/// ID
/// </summary>
public int Id { get; set; }
/// <summary>
/// 物料ID
/// </summary>
public int MaterialId { get; set; }
/// <summary>
/// 物料编码
/// </summary>