工艺路线调整

This commit is contained in:
qianhao.xu
2024-12-03 16:41:48 +08:00
parent 6595026c8c
commit 6cc576e43e
3 changed files with 10 additions and 2 deletions

View File

@@ -18,11 +18,14 @@ namespace DOAN.Model.MES.base_
/// 名称
/// </summary>
public string Name { get; set; }
public string Code { get; set; }
/// <summary>
/// 编号
/// 产成品编号
/// </summary>
public string Code { get; set; }
[SugarColumn(ColumnName = "production_code")]
public string ProductionCode{ get; set; }
[SugarColumn(IsIgnore =true)]
public List<BaseWorkProcessesDto3> BaseWorkProcessesList { get; set; }