rts-sim-module/modelrepo/model_impl/section_check_device.go
walker c4bc8c640f 重构singleton组件及相关方法接口
调整repo目录结构和命名
初步开始重构仿真实体加载
2023-12-28 16:49:28 +08:00

7 lines
108 B
Go

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