Skip to content

Commit

Permalink
update Enum class
Browse files Browse the repository at this point in the history
  • Loading branch information
mprabhashmp committed Oct 11, 2023
1 parent 1e21d75 commit 4063661
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions HMS_BACKEND/src/main/java/com/rhms/hms_backend/Models/Role.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

public enum Role {

Admin,
Student,
Warden,
Dean,
Sub_warden
USER,
ADMIN,
STUDENT,
WARDEN,
SUBWARDEN,
DEAN
}

0 comments on commit 4063661

Please sign in to comment.