// Copyright 2019 github.com. All rights reserved. // Use of this source code is governed by github.com. package timetask func Init() { // 状态监测定时任务 go towerStatusTask() //go dustHourLoop() }