改了规格

This commit is contained in:
2026-04-15 13:56:39 +08:00
parent 50633ae9c5
commit 13ec30acbd
8 changed files with 82 additions and 20 deletions

View File

@@ -36,8 +36,20 @@ namespace BarCode.Web.Domain.Entitys
/// <summary>
/// 物料编码
/// </summary>
public string MaterialNumber { get; set; }
/// <summary>
/// 物料编码
/// </summary>
[Column("Specifications")]
public string Specifications { get; set; }
/// <summary>
/// 物料名称
/// </summary>
[Column("MaterialName")]
public string MaterialName { get; set; }
/// <summary>
/// 产品数量
/// </summary>