Skip to content

Commit

Permalink
corrigindo nome
Browse files Browse the repository at this point in the history
  • Loading branch information
joellensilva committed Jan 9, 2024
1 parent eac98be commit 53e7398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/monthlyInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type GeneralMonthlyInfo struct {
OtherRemunerations float64 `json:"other_remunerations,omitempty"` // Statistics (Max, Min, Median, Total)
Discounts float64 `json:"discounts,omitempty"` // Statistics (Max, Min, Median, Total)
Remunerations float64 `json:"remunerations,omitempty"` // Statistics (Max, Min, Median, Total)
ItemSummary ItemSummary `json:"resumo_rubricas,omitempty"`
ItemSummary ItemSummary `json:"item_summary,omitempty"`
}

type AnnualSummary struct {
Expand All @@ -88,7 +88,7 @@ type AnnualSummary struct {
Remunerations float64 `json:"remunerations,omitempty"` // Statistics (Max, Min, Median, Total)
NumMonthsWithData int `json:"months_with_data,omitempty"`
Package *Backup `json:"package,omitempty"`
ItemSummary ItemSummary `json:"resumo_rubricas,omitempty"`
ItemSummary ItemSummary `json:"item_summary,omitempty"`
}

type RemmunerationSummary struct {
Expand Down

0 comments on commit 53e7398

Please sign in to comment.