package de.florianschmitt.model.entities

enum class ERequestStateEnum(private val label: String) {
    OPEN("offen"),
    ACCEPTED("angenommen"),