地图
This commit is contained in:
@@ -18,7 +18,11 @@ message KeyValueStringInt64
|
||||
string Key = 1; //键
|
||||
int64 Value = 2; //值
|
||||
}
|
||||
|
||||
message KeyValueInt32
|
||||
{
|
||||
int32 Key = 1; //键
|
||||
int32 Value = 2; //值
|
||||
}
|
||||
message KeyValueInt64
|
||||
{
|
||||
int64 Key = 1; //键
|
||||
|
||||
Reference in New Issue
Block a user