总结果、平面度结果
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user