update comments

This commit is contained in:
MaysWind
2024-09-17 09:48:01 +08:00
parent cb69991f7f
commit 9f0e82446e
6 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -286,7 +286,7 @@ type TransactionStatisticResponse struct {
Items []*TransactionStatisticResponseItem `json:"items"`
}
// TransactionStatisticResponseItem represents total amount item for an response
// TransactionStatisticResponseItem represents total amount item for a response
type TransactionStatisticResponseItem struct {
CategoryId int64 `json:"categoryId,string"`
AccountId int64 `json:"accountId,string"`
@@ -314,7 +314,7 @@ type TransactionMonthAmountsResponseItem struct {
Amounts []*TransactionAmountsResponseItemAmountInfo `json:"amounts"`
}
// TransactionAmountsResponseItemAmountInfo represents amount info for an response item
// TransactionAmountsResponseItemAmountInfo represents amount info for a response item
type TransactionAmountsResponseItemAmountInfo struct {
Currency string `json:"currency"`
IncomeAmount int64 `json:"incomeAmount"`