package roles
import (
"gorm.io/gorm"
)
func CheckUserRoleConsistency(db *gorm.DB) {
}
Powered by TurnKey Linux.