实现基本的图表管理

This commit is contained in:
刘祥超
2021-07-03 15:45:04 +08:00
parent 907676d688
commit 7484243dff
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"
)