namespace IStation.Application { /// /// 实时数据 /// public class ScadaDispatchOutput { /// /// /// public Dictionary> Scadas { get; set; } } }