涂装抛光流程变更
This commit is contained in:
@@ -14,6 +14,8 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
public string Team { get; set; }
|
||||
|
||||
public int Type { get; set; } = -1;
|
||||
|
||||
public string CreatedBy { get; set; }
|
||||
|
||||
public DateTime? StartTime { get; set; }
|
||||
@@ -131,6 +133,10 @@ namespace ZR.Model.MES.wms.Dto
|
||||
|
||||
// 是否是返工件
|
||||
public bool IsReturnWorkpiece { get; set; } = false;
|
||||
/// <summary>
|
||||
/// 是否跳过GP12计算抛光合格数
|
||||
/// </summary>
|
||||
public bool IsOver { get; set; } = false;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user