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