涂装抛光流程变更

This commit is contained in:
2024-10-18 20:08:12 +08:00
parent 43ec43ba43
commit 9b86e6b9d8
16 changed files with 541 additions and 94 deletions

View File

@@ -291,5 +291,11 @@ namespace ZR.Model.MES.wms
[SugarColumn(ColumnName = "is_return_workpiece")]
public bool IsReturnWorkpiece { get; set; } = false;
/// <summary>
/// 是否抛光直接出库
/// </summary>
[SugarColumn(IsIgnore = true)]
public bool IsOutbound { get; set; } = false;
}
}