实现基础的阈值设置

This commit is contained in:
刘祥超
2021-05-04 21:02:31 +08:00
parent 43fbd7a404
commit 63f011c6c8
9 changed files with 362 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
package models
import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/iwind/TeaGo/bootstrap"
)