Add CreatedAt field to user wallet change log

This commit is contained in:
masoodafar-web
2025-11-28 14:27:00 +03:30
parent 44d8097cb7
commit 2ced06cb7c
4 changed files with 5 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ message GetAllUserWalletChangeLogResponseModel
int64 change_nerwork_value = 4;
bool is_increase = 5;
google.protobuf.Int64Value refrence_id = 6;
google.protobuf.Timestamp created_at = 7;
}
message GetUserWalletResponse
{