niki/entity/address.go

13 lines
202 B
Go
Raw Normal View History

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