10 lines
133 B
Java
Raw Normal View History

package ovh.herisson.Clyde.Tables;
public enum Role {
Teacher,
2024-03-04 21:25:44 +01:00
Student,
Admin,
2024-03-13 15:36:13 +01:00
InscriptionService,
2024-03-04 21:25:44 +01:00
Secretary;
}