2023-09-14 15:03:16 +08:00
|
|
|
package main
|
|
|
|
|
2023-09-28 14:34:00 +08:00
|
|
|
import (
|
|
|
|
"fmt"
|
|
|
|
|
|
|
|
"joylink.club/rtsssimulation/repository/model/proto"
|
|
|
|
)
|
2023-09-15 10:13:25 +08:00
|
|
|
|
2023-09-14 15:03:16 +08:00
|
|
|
func main() {
|
2023-09-28 14:34:00 +08:00
|
|
|
fmt.Println(proto.Relay_Model_name[int32(proto.Relay_JPXC_1700)])
|
2023-09-14 15:03:16 +08:00
|
|
|
}
|