|
|
|
@ -413,4 +413,11 @@ public class EmInfoController extends BladeController {
|
|
|
|
|
public R<List<JSONObject>> getEmTreeByDeptAndParentCode(@ApiParam("机构ID") Long deptId, @ApiParam("父级设备编号") String parentCode) { |
|
|
|
|
return R.data(em_infoService.getEmTreeByDeptAndParentCode(deptId,parentCode)); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@GetMapping("/hkVideoDevices") |
|
|
|
|
@ApiOperationSupport(order = 12) |
|
|
|
|
@ApiOperation(value = "海康视频设备获取") |
|
|
|
|
public R<List<EmInfoEntity>> hkVideoDevices() { |
|
|
|
|
return R.data(em_infoService.hkVideoDevices()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|