liujiandao
2023-09-22 dd07a07290bf66fde945dbbebc23ae048205775d
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"