修改了保存名称
This commit is contained in:
@@ -31,6 +31,25 @@ namespace BarCode.Web.Domain.Entitys
|
||||
/// </summary>
|
||||
[Column("MaterialNumber")]
|
||||
public string MaterialNumber { get; set; } = "";
|
||||
|
||||
/// <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>
|
||||
|
||||
Reference in New Issue
Block a user