Class SystemInfoController
- java.lang.Object
-
- com.arms.api.backoffice.system.systeminfo.controller.SystemInfoController
-
@RestController @RequestMapping("/arms/backoffice/system-info") public class SystemInfoController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SystemInfoController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<SystemInfoVO>getSystemInfo(java.lang.Long orgLink)
-
-
-
Method Detail
-
getSystemInfo
@GetMapping("/getSystemInfo/org-link") @ResponseBody public org.springframework.http.ResponseEntity<SystemInfoVO> getSystemInfo(@RequestParam("orgLink") java.lang.Long orgLink)
-
-