package model type Province struct { Id string `json:"id" xorm:"not null pk VARCHAR(12)"` Name string `json:"name" xorm:"VARCHAR(64)"` }