Skip to content
Snippets Groups Projects
Commit c66ae648 authored by Martin Gargalovič's avatar Martin Gargalovič
Browse files

added UserType to model user

parent eef1ba0e
No related branches found
No related tags found
3 merge requests!31M2,!28M2 user,!27Draft: M2 user
Pipeline #
package org.fuseri.model.dto.user;
public enum UserType {
ADMIN,
STUDENT,
LECTURER
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment