package router import "IotAdmin/app/schedule/router" func init() { appRouters = append(appRouters, router.InitRouter) }