This commit is contained in:
xyy
2026-01-22 19:18:16 +08:00
parent e88d0aed75
commit 028728b816
5 changed files with 227 additions and 89 deletions

View File

@@ -67,6 +67,12 @@ public class Experiment
public float TsiIndoorAgv { get; set; }
public float TsiOutdoorAgv { get; set; }
public float Xieloulv { get; set; }
public float SamplingFlowRate { get; set; } // 采样流量(L/min)
public float DryingFlowRate { get; set; } // 干燥气流(L/min)
// 测试时长
public int TestDuration { get; set; } // 测试时长(秒)
}