Class TimeOffController


  • @RestController
    @RequestMapping("/arms/backoffice/timeoff")
    public class TimeOffController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<java.util.List<UsersInfoVO>> getUsersInfo()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeOffController

        public TimeOffController()
    • Method Detail

      • getUsersInfo

        @GetMapping("/getUsersInfo")
        public org.springframework.http.ResponseEntity<java.util.List<UsersInfoVO>> getUsersInfo()