fix
wangpengfei
2023-08-26 ee6a6653fc5fd35d44686a8f874ec83ecf4b47db
api/v1/system/sys_authority_btn.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/request"
   "github.com/gin-gonic/gin"
   "go.uber.org/zap"
   "srm/global"
   "srm/model/common/response"
   "srm/model/system/request"
)
type AuthorityBtnApi struct{}