add registerTime in ApplicationInstanceMapping because of the register recover service need the origin register time

This commit is contained in:
pengys5 2017-07-05 16:14:01 +08:00
parent 7d6a1c130a
commit f93c5f973e
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ message ApplicationInstance {
message ApplicationInstanceMapping {
int32 applicationId = 1;
int32 applicationInstanceId = 2;
int64 registerTime = 3;
}
message ApplicationInstanceHeartbeat {