使用 xxx.proto 文件
syntax="proto2";
支持下面关键字:
syntax="proto3";
不再支持下面关键字:
protoc -I=$SRC_DIR --cpp_out=$DST_DIR $SRC_DIR/xxx.proto