fixed grpc proto compile error

This commit is contained in:
pengys5 2017-06-28 15:11:55 +08:00
parent 16fe2ba503
commit 0adf1db3fb
2 changed files with 4 additions and 4 deletions

View File

@ -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;
}

View File

@ -15,6 +15,6 @@ message Application {
message ApplicationMapping {
int32 applicationId = 1;
Application = 2;
Application application = 2;
}