add
wangpengfei
2023-08-26 d8e60a242489d448cf9c0af8d3636ddadbc6476f
service/system/sys_initdb_mysql.go
@@ -6,16 +6,16 @@
   "fmt"
   "path/filepath"
   "github.com/flipped-aurora/gin-vue-admin/server/config"
   "github.com/gookit/color"
   "srm/config"
   "github.com/flipped-aurora/gin-vue-admin/server/utils"
   "srm/utils"
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "github.com/gofrs/uuid/v5"
   "gorm.io/driver/mysql"
   "gorm.io/gorm"
   "srm/global"
   "srm/model/system/request"
)
type MysqlInitHandler struct{}