Add CreatedAt field to wallet change log responses
This commit is contained in:
@@ -87,6 +87,7 @@ message GetUserWalletChangeLogResponse
|
||||
int64 change_nerwork_value = 6;
|
||||
bool is_increase = 7;
|
||||
google.protobuf.Int64Value refrence_id = 8;
|
||||
google.protobuf.Timestamp created_at = 9;
|
||||
}
|
||||
message GetAllUserWalletChangeLogByFilterRequest
|
||||
{
|
||||
@@ -119,4 +120,5 @@ message GetAllUserWalletChangeLogByFilterResponseModel
|
||||
int64 change_nerwork_value = 6;
|
||||
bool is_increase = 7;
|
||||
google.protobuf.Int64Value refrence_id = 8;
|
||||
google.protobuf.Timestamp created_at = 9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user