2018-01-11 19:41:47 +09:00

8 lines
151 B
Go

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