namespace IStation.Model
{
///
/// 水力模型验证
///
public class HydraulicModelValidationConfig
{
///
/// 流量标识映射
///
public Dictionary FlowIdMappingDict { get; set; }
///
/// 压力标识映射
///
public Dictionary PressureIdMappingDict { get; set; }
///
/// 模式标识映射
///
public Dictionary PatternIdMappingDict { get; set; }
///
/// 压力千帕标识列表
///
public List PressureIdkPaList { get; set; }
}
}