inactive update

This commit is contained in:
2026-05-07 10:15:40 +05:30
parent fc973e86d2
commit 3856524152
4 changed files with 20 additions and 12 deletions

View File

@ -3,5 +3,6 @@ package net.shyshkin.study.fullstack.supportportal.backend.domain;
public enum WorkingStatus {
ACTIVE,
ON_LEAVE,
RETIRED
RETIRED,
INACTIVE
}