aozhiwei 49e0ad9a4d 1
2024-06-25 20:38:05 +08:00

24 lines
220 B
Go

package task
import (
"q5"
"f5"
"fmt"
"sync"
"time"
"main/constant"
"main/model/system"
)
type taskMgr struct {
}
var TaskMgr = new(taskMgr)
func (this *taskMgr) Init() {
}
func (this *taskMgr) UnInit() {
}