物料清单

This commit is contained in:
quowingwang 2026-01-13 16:40:35 +08:00
parent a588b8e9c4
commit 668028d40d
2 changed files with 2 additions and 1 deletions

View File

@ -166,5 +166,7 @@ namespace MDM.Controllers.Material
}
}

View File

@ -27,7 +27,6 @@ namespace MDM.Model.Material
/// <summary>
/// 物料编码
/// </summary>
[SugarColumn(IsPrimaryKey = true, IsIdentity = false)]
public string Code { get; set; }
/// <summary>