修改区段设备结构

This commit is contained in:
weizhihong 2023-07-19 10:17:42 +08:00
parent d08959ee41
commit d9923fa1db

View File

@ -12,20 +12,17 @@ message Section {
//
string code = 2;
//
graphicData.Section.SectionType type = 3;
//
repeated Section children = 4;
repeated string childrenId = 3;
//
repeated graphicData.KilometerSystem kilometerSystem = 5;
repeated graphicData.KilometerSystem kilometerSystem = 4;
//
repeated int64 convertKilometer = 7;
repeated int64 convertKilometer = 5;
//
Section section = 8;
Section section = 6;
}
//