Professor category update

This commit is contained in:
2026-05-05 11:53:22 +05:30
parent 3e96bd4fb8
commit fc973e86d2
5 changed files with 73 additions and 20 deletions

View File

@ -3,5 +3,9 @@ package net.shyshkin.study.fullstack.supportportal.backend.domain;
public enum ProfessorCategory {
FACULTY,
SUPPORT_TEAM,
TRAINEE_FELLOW
TRAINEE_FELLOW,
RESIGNED,
GUIDES,
FRIENDS,
PATRONS
}