15项采集项

This commit is contained in:
liming 蔡
2026-08-13 10:01:28 +08:00
parent 140c22a857
commit a7a9037b9b
8 changed files with 156 additions and 38 deletions
+12
View File
@@ -82,6 +82,18 @@ namespace JinYuan.Models
//public int CCD27 { get; set; }
#endregion
#region CCD的单独地址
/// <summary>
/// 测厚(平面度)
/// </summary>
public float CCD_FLATNESS { get; set; }
/// <summary>
/// 测厚(平面度)结果
/// </summary>
public string CCD_FLATNESS_Result { get; set; }
#endregion
public string CCD1NgCode { get; set; }
public string CCD2NgCode { get; set; }
public string CCD3NgCode { get; set; }