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

fixed grpc proto compile error

上级 16fe2ba5
...@@ -40,11 +40,11 @@ message ServiceNameMappingCollection { ...@@ -40,11 +40,11 @@ message ServiceNameMappingCollection {
message ServiceNameMappingElement { message ServiceNameMappingElement {
int32 serviceId = 1; int32 serviceId = 1;
ServiceNameElement element = 1; ServiceNameElement element = 2;
} }
message ServiceNameElement { message ServiceNameElement {
ServiceName = 0; string serviceName = 1;
ApplicationCode = 1; string ApplicationCode = 2;
} }
...@@ -15,6 +15,6 @@ message Application { ...@@ -15,6 +15,6 @@ message Application {
message ApplicationMapping { message ApplicationMapping {
int32 applicationId = 1; 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.
先完成此消息的编辑!
想要评论请 注册