add
wangpengfei
2023-08-26 e547a46b90fe1ced019f4b74ae4e1c0fe8d3f640
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{}