GP12触摸屏代码重构

This commit is contained in:
2025-02-14 17:26:56 +08:00
parent 965f17eecd
commit 96e0986a0e
5 changed files with 175 additions and 3 deletions

View File

@@ -289,6 +289,7 @@ namespace ZR.Model.MES.wms
/// 是否是返工件
/// </summary>
[SugarColumn(ColumnName = "is_return_workpiece")]
//[SugarColumn(IsIgnore = true)]
public bool IsReturnWorkpiece { get; set; } = false;
/// <summary>