LeoMoulin/Backend/Leo #55

Merged
tonitch merged 11 commits from LeoMoulin/Backend/Leo into master 2024-03-05 23:42:00 +01:00
Showing only changes of commit 6c688dab59 - Show all commits

View File

@ -2,6 +2,7 @@ package ovh.herisson.Clyde.Tables;
public enum Role {
Teacher,
Student;
Student,
Admin,
Secretary;
}