工艺路线调整
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -12,6 +12,8 @@ namespace DOAN.Model.MES.base_.Dto
|
||||
public string Code { get; set; }
|
||||
|
||||
public int? Status { get; set; }
|
||||
|
||||
public string ProductionCode{ get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -25,6 +27,8 @@ namespace DOAN.Model.MES.base_.Dto
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Code { get; set; }
|
||||
|
||||
public string ProductionCode{ get; set; }
|
||||
|
||||
public string LogicFlowData { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user