【修改设备公里标列表】

This commit is contained in:
weizhihong 2023-06-27 14:56:19 +08:00
parent 7ef7cc8d64
commit 39c150153d

View File

@ -15,14 +15,11 @@ message Section {
//
graphicData.Section.SectionType type = 3;
// a端公里标
string paKilometerCode = 4;
// b端公里标
string pbKilometerCode = 5;
//
repeated string kilometerCode = 4;
//
repeated Section children = 6;
repeated Section children = 5;
}
//