public ::google::protobuf::Message filelist 继承..... .proto
message abc {
required string aa = 1;
optional string bb = 4;
}
message Departs {
repeated abc cc = 1;
}