fix
wangpengfei
2023-08-26 ee6a6653fc5fd35d44686a8f874ec83ecf4b47db
source/system/api.go
@@ -2,10 +2,10 @@
import (
   "context"
   sysModel "github.com/flipped-aurora/gin-vue-admin/server/model/system"
   "github.com/flipped-aurora/gin-vue-admin/server/service/system"
   "github.com/pkg/errors"
   "gorm.io/gorm"
   sysModel "srm/model/system"
   "srm/service/system"
)
type initApi struct{}