radar.go 89 B

12345
  1. package model
  2. type RadarInfo struct {
  3. Port string `yaml:"port"` //对应哪个485口
  4. }