系统信息消息
This commit is contained in:
parent
65b1b4628e
commit
2b147a06d0
@ -5,7 +5,12 @@ package state; //模型的可变的状态数据
|
||||
option java_package = "club.joylink.xiannccda.dto.protos";
|
||||
option java_outer_classname = "SystemWarnMsgProto";
|
||||
|
||||
message WarnMessage {
|
||||
bool occRealConned = 1;
|
||||
bool occUnrealConned = 2;
|
||||
message WarnLineMessage{
|
||||
repeated WarnMessage msgs = 1;
|
||||
}
|
||||
|
||||
message WarnMessage {
|
||||
int32 lineId = 1;
|
||||
bool occRealConned = 2;
|
||||
bool occUnrealConned = 3;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user