namespace IStation.Test { /// /// /// public class ModelVerification { /// /// 流量标识映射 /// public Dictionary FlowIdMapping { get; set; } /// /// 压力标识映射 /// public Dictionary PressureIdMapping { get; set; } /// /// 模式标识映射 /// public Dictionary PatternIdMapping { get; set; } } }