总结果、平面度结果

This commit is contained in:
Administrator
2026-08-21 19:17:39 +08:00
parent 84305a1318
commit 1aefa2611e
4 changed files with 25 additions and 6 deletions
+6 -1
View File
@@ -91,7 +91,7 @@ namespace JinYuan.Models
/// <summary>
/// 测厚(平面度)结果
/// </summary>
public string CCD_FLATNESS_Result { get; set; }
public string CCDFLATNESSResult { get; set; }
#endregion
public string CCD1NgCode { get; set; }
@@ -260,5 +260,10 @@ namespace JinYuan.Models
/// </summary>
public int Flag1 { get; set; }
/// <summary>
/// 所有CCD采集项综合结果(OK/NG)
/// </summary>
[SugarColumn(IsIgnore = true)]
public string IsAllCcdOK { get; set; } = "NG";
}
}
+1 -1
View File
@@ -37,7 +37,7 @@ namespace JinYuan.Models
/// </summary>
public static Dictionary<string, string> CCDSpecialDic = new Dictionary<string, string> {
{ "CCD_FLATNESS", "测厚(平面度)" },
{ "CCD_FLATNESS_RESULT", "测厚(平面度)结果" }
{ "CCDFLATNESSResult", "测厚(平面度)结果" }
};
public static string JudgeResult(int result)