source:
src/main/java/com/example/fooddeliverysystem/model/enums/Role.java@
8d11f8c
Last change on this file since 8d11f8c was 8d11f8c, checked in by , 20 months ago | |
---|---|
|
|
File size: 134 bytes |
Line | |
---|---|
1 | package com.example.fooddeliverysystem.model.enums; |
2 | |
3 | public enum Role { |
4 | ADMIN, |
5 | CONSUMER, |
6 | DELIVER, |
7 | SALEPLACEEMPLOYEE |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.