package entity import "time" type PiggyBank struct { ID uint TotalAmount uint SerialNumber string Status uint StatusChangedAt *time.Time }