service/system/sys_authority_btn.go
@@ -2,11 +2,11 @@ import ( "errors" "github.com/flipped-aurora/gin-vue-admin/server/global" "github.com/flipped-aurora/gin-vue-admin/server/model/system" "github.com/flipped-aurora/gin-vue-admin/server/model/system/request" "github.com/flipped-aurora/gin-vue-admin/server/model/system/response" "gorm.io/gorm" "srm/global" "srm/model/system" "srm/model/system/request" "srm/model/system/response" ) type AuthorityBtnService struct{}