修改了在序列号

This commit is contained in:
2026-03-02 11:24:49 +08:00
parent 4bf57306aa
commit 7273e17ac1
4 changed files with 21 additions and 36 deletions

View File

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