GP12触摸屏缺陷项点击

This commit is contained in:
2025-01-07 17:25:08 +08:00
parent 7af537b1cb
commit a59e6c2302
11 changed files with 946 additions and 75 deletions

View File

@@ -64,5 +64,9 @@ namespace ZR.Model.Dto
/// 缺陷项类别 1-抛光 2-打磨 3-报废
/// </summary>
public string Type { get; set; }
/// <summary>
/// 缺陷项数量
/// </summary>
public int Num { get; set; } = 0;
}
}