系统信息消息
This commit is contained in:
parent
2de479ce4b
commit
65b1b4628e
11
protos/system_warn_message.proto
Normal file
11
protos/system_warn_message.proto
Normal file
@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package state; //模型的可变的状态数据
|
||||
//import "LineNetTrainOffsetDiagram.proto";
|
||||
option java_package = "club.joylink.xiannccda.dto.protos";
|
||||
option java_outer_classname = "SystemWarnMsgProto";
|
||||
|
||||
message WarnMessage {
|
||||
bool occRealConned = 1;
|
||||
bool occUnrealConned = 2;
|
||||
}
|
Loading…
Reference in New Issue
Block a user