fixed grpc proto compile error
This commit is contained in:
parent
16fe2ba503
commit
0adf1db3fb
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue