提交 2f128ea0 编写于 作者: T tanghai

修改InnerMessageProto,DB消息相关Component字段改成ComponentWithId

上级 c0788d6b
......@@ -44,7 +44,7 @@
required string CollectionName = 2;
required Component Component = 3;
required ComponentWithId Component = 3;
}
......@@ -56,7 +56,7 @@
{
required bool NeedCache = 1;
required string CollectionName = 2;
repeated Component Components = 3;
repeated ComponentWithId Components = 3;
}
message DBSaveResponse // IResponse
......@@ -72,7 +72,7 @@
message DBQueryResponse // IResponse
{
required Component Component = 1;
required ComponentWithId Component = 1;
}
message DBQueryBatchRequest // IRequest
......@@ -84,7 +84,7 @@
message DBQueryBatchResponse // IResponse
{
repeated Component Components = 1;
repeated ComponentWithId Components = 1;
}
message DBQueryJsonRequest // IRequest
......@@ -96,7 +96,7 @@
message DBQueryJsonResponse // IResponse
{
repeated Component Components = 1;
repeated ComponentWithId Components = 1;
}
message ObjectAddRequest // IRequest
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册