rts-sim-module/repo/model/impl/section_check_device.go
2023-12-27 09:15:26 +08:00

7 lines
103 B
Go

package impl
// 区段分段设备(计轴/绝缘节)
type SectionDividedDevice struct {
uid string
}