涂装抛光流程变更
This commit is contained in:
@@ -84,7 +84,13 @@ namespace ZR.Model.MES.wms
|
||||
public bool IsReturnWorkpiece { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 类别(0-默认 1-抛光 2-打磨 3-报废 4-合计)
|
||||
/// 是否是抛光品
|
||||
/// </summary>
|
||||
[SugarColumn(IsIgnore = true)]
|
||||
public bool IsPolish { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 类别(0-默认 1-抛光品)
|
||||
/// </summary>
|
||||
public int? Type { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user