package config type Area struct { Province uint64 `json:"province"` City uint64 `json:"city"` District uint64 `json:"district"` Address string `json:"address"` }