提交 0adf1db3 编写于 作者: P pengys5

fixed grpc proto compile error

上级 16fe2ba5
......@@ -40,11 +40,11 @@ message ServiceNameMappingCollection {
message ServiceNameMappingElement {
int32 serviceId = 1;
ServiceNameElement element = 1;
ServiceNameElement element = 2;
}
message ServiceNameElement {
ServiceName = 0;
ApplicationCode = 1;
string serviceName = 1;
string ApplicationCode = 2;
}
......@@ -15,6 +15,6 @@ message Application {
message ApplicationMapping {
int32 applicationId = 1;
Application = 2;
Application application = 2;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册