proto文件调整
This commit is contained in:
parent
3179930523
commit
b33cc6eee0
@ -2,6 +2,7 @@ syntax = "proto3";
|
|||||||
import "stationLayoutGraphics.proto";
|
import "stationLayoutGraphics.proto";
|
||||||
import "relayCabinetLayoutGraphics.proto";
|
import "relayCabinetLayoutGraphics.proto";
|
||||||
package ibpGraphicData;
|
package ibpGraphicData;
|
||||||
|
option go_package = "./ats/verify/protos/graphicData";
|
||||||
|
|
||||||
message IBPGraphicStorage {
|
message IBPGraphicStorage {
|
||||||
graphicData.Canvas canvas = 1;
|
graphicData.Canvas canvas = 1;
|
||||||
|
@ -55,10 +55,6 @@ message PslText {
|
|||||||
/* 门控箱关联的设备列表 */
|
/* 门控箱关联的设备列表 */
|
||||||
message GatedRelateDevice {
|
message GatedRelateDevice {
|
||||||
string code = 1;//设备编号
|
string code = 1;//设备编号
|
||||||
repeated GatedCombinationtype combinationtypes = 2; //组合类型
|
repeated graphicData.DeviceCombinationtype combinationtypes = 2; //组合类型
|
||||||
graphicData.RelatedRef.DeviceType deviceType = 3;//设备类型
|
graphicData.RelatedRef.DeviceType deviceType = 3;//设备类型
|
||||||
}
|
}
|
||||||
message GatedCombinationtype {
|
|
||||||
string code = 1;
|
|
||||||
repeated string refDevices = 2;//门控箱关联的设备
|
|
||||||
}
|
|
||||||
|
@ -471,10 +471,10 @@ message KilometerConvert {
|
|||||||
/* 车站关联的设备列表 */
|
/* 车站关联的设备列表 */
|
||||||
message StationRelateDevice {
|
message StationRelateDevice {
|
||||||
string code = 1;//设备编号
|
string code = 1;//设备编号
|
||||||
repeated Combinationtype combinationtypes = 2; //组合类型
|
repeated DeviceCombinationtype combinationtypes = 2; //组合类型
|
||||||
RelatedRef.DeviceType deviceType = 3;//设备类型
|
RelatedRef.DeviceType deviceType = 3;//设备类型
|
||||||
}
|
}
|
||||||
message Combinationtype {
|
message DeviceCombinationtype {
|
||||||
string code = 1;
|
string code = 1;
|
||||||
repeated string refDevices = 2;//门控箱关联的设备
|
repeated string refDevices = 2;//车站关联的设备
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user