fix
wangpengfei
2023-09-05 20acdf9648c20c4b1e0b03af98bd0010bab66f7b
api/v1/enter.go
@@ -1,9 +1,9 @@
package v1
import (
   "github.com/flipped-aurora/gin-vue-admin/server/api/v1/example"
   "github.com/flipped-aurora/gin-vue-admin/server/api/v1/system"
   "github.com/flipped-aurora/gin-vue-admin/server/api/v1/test"
   "srm/api/v1/example"
   "srm/api/v1/system"
   "srm/api/v1/test"
)
type ApiGroup struct {