package iscs_sys import "joylink.club/ecs" // PscadaSwitchSystem ISCS 电力监控系统开关相关 type PscadaSwitchSystem struct { queryCircuitBreaker *ecs.Query queryThreePositionSwitch *ecs.Query }