package entitypiggybank type ( PiggyBank struct { ID uint TotalAmount uint SerialNumber string } )