erginrusheku / geemly

This application is going to be the supermarket management system.
0 stars 1 forks source link

Employees management #3

Open erginrusheku opened 1 year ago

erginrusheku commented 1 year ago

1- Model id : String name : String surname : String age : int salary : double gender : Gender jobPosition : JobPosition sectorId : String

JobPositon { MANAGER, FLOOR_MANAGER, EMPLOYEE }

Gender { MALE, FEMALE }

2- Controller

Persons under 18 and over 65 can't be employees. Salaries can't be negative.

3- Service 4- Repository 5- JUnit class