修改了保存名称

This commit is contained in:
2026-02-27 17:41:21 +08:00
parent 7d293c441d
commit fa0dc54d83
4 changed files with 84 additions and 2 deletions

View File

@@ -79,6 +79,26 @@ namespace BarCode.Web.Domain.Entitys
/// </summary>
[Column("MaterialNumber")]
public string MaterialNumber { get; set; } = string.Empty;
/// <summary>
/// 名称
/// </summary>
[Column("MaterialName")]
public string MaterialName { get; set; } = "";
/// <summary>
/// 规格型号
/// </summary>
[Column("Specifications")]
public string Specifications { get; set; } = "";
/// <summary>
///69码
/// </summary>
[Column("BarCode")]
public string BarCode { get; set; } = "";
/// <summary>
/// 老物料编码(上一次物料编码)
/// </summary>