package entity

type Address struct {
	ID           uint
	PostalCode   string
	Address      string
	Lat          float32
	Lon          float32
	CityID       uint
	ProvinceID   uint
	BenefactorID uint
}