From 77bd87656f1b82f28ff2bd9cae34b029d82b0705 Mon Sep 17 00:00:00 2001 From: xzb <223@qq.com> Date: Wed, 22 Nov 2023 14:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=BD=A6=E5=BA=94=E7=AD=94=E5=99=A8?= =?UTF-8?q?=E5=A4=A9=E7=BA=BF=E6=8E=A2=E6=B5=8B=E8=BD=A8=E6=97=81=E5=BA=94?= =?UTF-8?q?=E7=AD=94=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys/device_sys/balise_detection.go | 3 +++ .../{section_detection.to.go => section_detection.go} | 0 2 files changed, 3 insertions(+) create mode 100644 sys/device_sys/balise_detection.go rename sys/device_sys/{section_detection.to.go => section_detection.go} (100%) diff --git a/sys/device_sys/balise_detection.go b/sys/device_sys/balise_detection.go new file mode 100644 index 0000000..6ed2245 --- /dev/null +++ b/sys/device_sys/balise_detection.go @@ -0,0 +1,3 @@ +package device_sys + +//列车应答器天线探测轨旁应答器 diff --git a/sys/device_sys/section_detection.to.go b/sys/device_sys/section_detection.go similarity index 100% rename from sys/device_sys/section_detection.to.go rename to sys/device_sys/section_detection.go