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