Class SystemInfoController


  • @RestController
    @RequestMapping("/arms/backoffice/system-info")
    public class SystemInfoController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.http.ResponseEntity<SystemInfoVO> getSystemInfo​(java.lang.Long orgLink)  
      • Methods inherited from class java.lang.Object

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

      • SystemInfoController

        public SystemInfoController()
    • Method Detail

      • getSystemInfo

        @GetMapping("/getSystemInfo/org-link")
        @ResponseBody
        public org.springframework.http.ResponseEntity<SystemInfoVO> getSystemInfo​(@RequestParam("orgLink")
                                                                                   java.lang.Long orgLink)