7 lines
103 B
Go
7 lines
103 B
Go
package impl
|
|
|
|
// 区段分段设备(计轴/绝缘节)
|
|
type SectionDividedDevice struct {
|
|
uid string
|
|
}
|