zhangqian
2023-08-28 3fa020f26f0cfe21d4f769593d19d4cb2a657ae0
api/v1/system/sys_system.go
@@ -1,11 +1,11 @@
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"
   systemRes "github.com/flipped-aurora/gin-vue-admin/server/model/system/response"
   "github.com/flipped-aurora/gin-vue-admin/server/utils"
   "srm/global"
   "srm/model/common/response"
   "srm/model/system"
   systemRes "srm/model/system/response"
   "srm/utils"
   "github.com/gin-gonic/gin"
   "go.uber.org/zap"