Route 添加ExpConditionMaterialAnno

This commit is contained in:
xzb 2022-08-26 09:36:44 +08:00
parent 1f9875b7fb
commit 590aa51529

View File

@ -173,16 +173,19 @@ public class Route extends MapNamedElement {
/**
* 自动追踪/联锁自动触发模式开启
*/
@ExpConditionMaterialAnno(name = "ciControl",type = "boolean",desc = "自动追踪/联锁自动触发模式开启")
private boolean ciControl;
/**
* 进路是否可以排列
*/
@ExpConditionMaterialAnno(name = "settable",type = "boolean",desc = "进路是否可以排列")
private boolean settable;
/**
* 进路是否排列中
*/
@ExpConditionMaterialAnno(name = "setting",type = "boolean",desc = "进路是否排列中")
private boolean setting;
/**
* 该进路办理成功后要开放的信号
@ -198,11 +201,13 @@ public class Route extends MapNamedElement {
/**
* 是否引导进路排列中
*/
@ExpConditionMaterialAnno(name = "guideSetting",type = "boolean",desc = "是否引导进路排列中")
private boolean guideSetting;
/**
* 进路是否锁闭
*/
@ExpConditionMaterialAnno(name = "lock",type = "boolean",desc = "进路是否锁闭")
private boolean lock;
/**
@ -213,6 +218,7 @@ public class Route extends MapNamedElement {
/**
* 是否正常解锁中
*/
@ExpConditionMaterialAnno(name = "normalUnlock",type = "boolean",desc = "是否正常解锁中")
private boolean normalUnlock;
/**