From 0479aa203b55083473cd05770a20a1d53e5e4a41 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 16 Jan 2021 23:46:20 +0800 Subject: [PATCH] add comment --- pkg/models/transaction.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/models/transaction.go b/pkg/models/transaction.go index 81415541..a3fb9cff 100644 --- a/pkg/models/transaction.go +++ b/pkg/models/transaction.go @@ -44,6 +44,7 @@ type Transaction struct { DeletedUnixTime int64 } +// TransactionTotalAmount represents total amount for specific transaction type type TransactionTotalAmount struct { Uid int64 Type TransactionDbType