实现基本的图表管理

This commit is contained in:
GoEdgeLab
2021-07-03 15:45:04 +08:00
parent df5f2278a4
commit ed79eba802
6 changed files with 334 additions and 0 deletions

View File

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