updated tranx type
This commit is contained in:
parent
065b0d2cc6
commit
162f86c894
14
tranx.go
14
tranx.go
@ -3,11 +3,11 @@ package chipmunk
|
||||
import "time"
|
||||
|
||||
type tranx struct {
|
||||
ID int `json:"id"`
|
||||
Cost float64 `json:"cost"`
|
||||
Store string `json:"store"`
|
||||
Info string `json:"info"`
|
||||
Month time.Month `json:"month"`
|
||||
User_ID int `json:"user_id"`
|
||||
Category_ID int `json:"category_id"`
|
||||
ID int `json:"id"`
|
||||
Cost float64 `json:"cost"`
|
||||
Store string `json:"store"`
|
||||
Info string `json:"info"`
|
||||
Date time.Time `json:"date"`
|
||||
User_ID int `json:"user_id"`
|
||||
Category_ID int `json:"category_id"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user