fix
wangpengfei
2023-08-30 18a4518b5bc98edb78649ad3b864d019b06a8609
api/v1/system/sys_initdb.go
@@ -1,10 +1,10 @@
package system
import (
   "github.com/flipped-aurora/gin-vue-admin/server/global"
   "github.com/flipped-aurora/gin-vue-admin/server/model/common/response"
   "github.com/flipped-aurora/gin-vue-admin/server/model/system/request"
   "go.uber.org/zap"
   "srm/global"
   "srm/model/common/response"
   "srm/model/system/request"
   "github.com/gin-gonic/gin"
)