forked from ebhomengo/niki
fix(entity): complete PiggyBank and ReqKindBox entities
This commit is contained in:
parent
dad9ece214
commit
193539f78d
|
@ -5,6 +5,8 @@ import "time"
|
|||
type PiggyBank struct {
|
||||
ID uint
|
||||
TotalAmount uint
|
||||
RecieverId uint
|
||||
SenderId uint
|
||||
SerialNumber string
|
||||
Status uint
|
||||
StatusChangedAt *time.Time
|
||||
|
|
|
@ -8,4 +8,5 @@ type ReqKindBox struct {
|
|||
NikokarId uint
|
||||
Status uint
|
||||
Description string
|
||||
StatusChangedAt *time.Time
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue