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