package common
type Region struct {
RegionNo string `xml:"regionNo"`
RegionCode string `xml:"regionCode"`
RegionName string `xml:"regionName"`
}