出站数据处理

This commit is contained in:
liming 蔡
2026-08-13 20:08:58 +08:00
parent a31acafd88
commit 82ed135946
7 changed files with 1032 additions and 755 deletions
+23
View File
@@ -160,6 +160,29 @@ namespace JY.Model
[Name("防爆阀(PRO)结果1")]
[SugarColumn(ColumnName = "CCD16")]
public string CCD16 { set; get; }
#region CCD浮点数结果
public float CCDF1 { get; set; }
public float CCDF2 { get; set; }
public float CCDF3 { get; set; }
#endregion
#region CCD整数结果
public int CCDI1 { get; set; }
public int CCDI2 { get; set; }
public int CCDI3 { get; set; }
public string CCDI4 { get; set; }
public string CCDI5 { get; set; }
public string CCDI6 { get; set; }
#endregion
/// <summary>
/// 综合结果
/// </summary>