fish.focus.uvms.incident.model.dto.enums.RiskLevel Maven / Gradle / Ivy
The newest version!
package fish.focus.uvms.incident.model.dto.enums;
public enum RiskLevel {
LOW,
MEDIUM,
HIGH;
}
package fish.focus.uvms.incident.model.dto.enums;
public enum RiskLevel {
LOW,
MEDIUM,
HIGH;
}