add
wangpengfei
2023-08-26 cee959716548f41471d56a653eb3815be9f921ca
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"