增加上饶沙盘项目、地图数据增加上饶沙盘设备编号
This commit is contained in:
parent
1d9ad4eeb8
commit
e1b6675967
@ -38,6 +38,8 @@ public enum Project {
|
||||
RICHOR,
|
||||
/** 中航锐创(实训室,连设备,设备登录) */
|
||||
RICHOR_JOINT,
|
||||
/** 上饶沙盘 */
|
||||
SR_SANDBOX,
|
||||
;
|
||||
|
||||
public static boolean isDefault(Project project) {
|
||||
|
@ -287,4 +287,9 @@ public class MapSectionNewVO {
|
||||
*/
|
||||
private Integer rightAxlePosition;
|
||||
|
||||
/**
|
||||
* 上饶沙盘设备编号
|
||||
*/
|
||||
private String srCode;
|
||||
|
||||
}
|
||||
|
@ -197,6 +197,11 @@ public class MapSignalNewVO {
|
||||
*/
|
||||
private String linkSignalCode;
|
||||
|
||||
/**
|
||||
* 上饶沙盘设备编号
|
||||
*/
|
||||
private String srCode;
|
||||
|
||||
@JsonIgnore
|
||||
public boolean isShunting() {
|
||||
return Signal.SignalType.SHUNTING.equals(this.type);
|
||||
|
@ -85,4 +85,9 @@ public class MapSwitchVO {
|
||||
* 所属车站
|
||||
*/
|
||||
private String belongStationCode;
|
||||
|
||||
/**
|
||||
* 上饶沙盘设备编号
|
||||
*/
|
||||
private String srCode;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user