zhangqian
2023-08-28 e517b1a99b6edfa24c8cc4e109a6a10488f23b6a
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"