增加套餐相关代码

This commit is contained in:
GoEdgeLab
2021-10-29 14:02:40 +08:00
parent 191336af6d
commit eea3b74289
14 changed files with 504 additions and 2 deletions

View File

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