【车站实训模式说明修改】

This commit is contained in:
weizhihong 2022-09-16 13:51:13 +08:00
parent 1741d5ed12
commit 8d3d31c94f

View File

@ -492,7 +492,7 @@ public class Station extends MayOutOfOrderDevice {
/** /**
* 站控 * 站控
*/ */
Local("站控"), Local("站控/自律站控"),
/** /**
* 紧急站控 * 紧急站控
*/ */
@ -500,7 +500,7 @@ public class Station extends MayOutOfOrderDevice {
/** /**
* 联锁控 * 联锁控
*/ */
Interlock("联锁控"); Interlock("联锁控/非常站控");
private final String label; private final String label;
ControlMode(String label) { ControlMode(String label) {