source: src/main/java/com/example/fooddeliverysystem/model/enums/Role.java

Last change on this file was 8d11f8c, checked in by jovanmanchev <jovanmanchev3003@…>, 18 months ago

code added, trial 2

  • Property mode set to 100644
File size: 134 bytes
Line 
1package com.example.fooddeliverysystem.model.enums;
2
3public enum Role {
4 ADMIN,
5 CONSUMER,
6 DELIVER,
7 SALEPLACEEMPLOYEE
8}
Note: See TracBrowser for help on using the repository browser.