数据配置调整
This commit is contained in:
parent
00c21efe1d
commit
5b065e1951
21
protos/guardConfig.proto
Normal file
21
protos/guardConfig.proto
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
package alert;
|
||||||
|
//设备保护警告配置
|
||||||
|
option java_package = "club.joylink.xiannccda.dto.protos";
|
||||||
|
option java_outer_classname = "GuardConfigProto";
|
||||||
|
message GuardConfig{
|
||||||
|
//道岔失表
|
||||||
|
int32 switchLostTimes = 1;
|
||||||
|
//道岔大面积失表
|
||||||
|
int32 switchLostMostNums = 2;
|
||||||
|
//大面积红灯带
|
||||||
|
int32 redLedMostNums = 3;
|
||||||
|
//大面积橙灯带
|
||||||
|
int32 orangeLedMostNums = 4;
|
||||||
|
|
||||||
|
//站台门无法打开
|
||||||
|
int32 canNotOpenTimes = 5;
|
||||||
|
//站台门无法关闭
|
||||||
|
int32 canNotCloseTimes = 6;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user