rts-sim-module/examples/test1/tmodel/relay_model.go

7 lines
76 B
Go
Raw Normal View History

2023-09-14 15:03:16 +08:00
package tmodel
// 继电器模型
type RelayModel struct {
DeviceModel
}