package common
type Zone struct {
ZoneNo string `xml:"zoneNo"`
ZoneName string `xml:"zoneName"`
ZoneDescription string `xml:"zoneDescription"`
}