package sys_config import "github.com/astaxie/beego/orm" func init() { orm.RegisterModel( new(SysConfig), new(PayConfig), ) }