syntax = "proto3";
message RegionSimpleInfo {
string name = 1;
string title = 2;
string type = 3;
string dispatchUrl = 4;
}