用户账单增加字段/优化代码

This commit is contained in:
GoEdgeLab
2022-10-21 15:45:22 +08:00
parent fe91db051b
commit a6254f19d1
3 changed files with 14 additions and 6 deletions

View File

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