Class TimeOffController
- java.lang.Object
-
- com.arms.api.backoffice.information.timeoff.controller.TimeOffController
-
@RestController @RequestMapping("/arms/backoffice/timeoff") public class TimeOffController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TimeOffController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<java.util.List<UsersInfoVO>>getUsersInfo()
-
-
-
Method Detail
-
getUsersInfo
@GetMapping("/getUsersInfo") public org.springframework.http.ResponseEntity<java.util.List<UsersInfoVO>> getUsersInfo()
-
-