总结果、平面度结果

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
+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)