package address_model import ( "github.com/astaxie/beego/orm" ) func init() { orm.RegisterModel(new(Address)) }