This commit is contained in:
DEVICE8\12494
2023-05-28 21:17:49 +08:00
parent 56affbfd19
commit c6522831b4
14 changed files with 621 additions and 189 deletions

View File

@@ -70,5 +70,20 @@ namespace Tnb.ProductionMgr.Entities
/// </summary>
[SugarColumn(IsIgnore = true)]
public string material_property { get; set; }
/// <summary>
/// 工序名称
/// </summary>
[SugarColumn(IsIgnore = true)]
public string process_name { get; set; }
/// <summary>
/// 工序编码
/// </summary>
[SugarColumn(IsIgnore = true)]
public string process_code { get; set; }
/// <summary>
/// 产线编码
/// </summary>
[SugarColumn(IsIgnore = true)]
public string workline_code { get; set; }
}
}