package ru.soune.nocopy.entity.complaint;
public enum ComplaintStatus {
CREATED, SHOWED, IN_WORK, COMPLETED, CANCELLED
}