This commit is contained in:
Yuan 2023-10-13 14:02:12 +08:00
parent 3c13e9122b
commit 7d027a7e5e

View File

@ -1,6 +1,5 @@
syntax = "proto3";
import "stationLayoutGraphics.proto";
import "relayCabinetLayoutGraphics.proto";
package ibpGraphicData;
option go_package = "./ats/verify/protos/graphicData";
@ -11,12 +10,8 @@ message IBPGraphicStorage {
repeated IbpKey ibpKeys = 4;
repeated IbpArrow ibpArrows = 5;
repeated IBPText IBPTexts = 6;
<<<<<<< HEAD
// UniqueIdType UniqueIdPrefix = 7;
repeated IbpRelatedDevice ibpRelatedDevices = 8;
=======
relayCabinetGraphicData.UniqueIdType UniqueIdPrefix = 7;
>>>>>>> b33cc6eee0d88f566a6370e12633da50883b4d34
}
message IBPButton {