cim/doc/proto/c++/SentBody.proto
远方夕阳 19cff7ef19 1优化使用文档
2新增 protobuf 的C# C++ Objective-c Python 生成文件
2019-08-29 17:14:26 +08:00

8 lines
116 B
Protocol Buffer

syntax = "proto3";
message Model {
string key = 1;
int64 timestamp =2;
map<string,string> data =3;
}