| | |
| | | */ |
| | | @PostMapping("/api/client/fileRelate/saveFileRelateList") |
| | | ReturnBO saveFileRelateList(@RequestBody List<FileRelateDTO> fileRelateList); |
| | | |
| | | /** |
| | | * 根据父类ID获取区域列表 |
| | | * @url {ctx}/api/web/syRegion/listByParentId |
| | | * @param parentId 条件 |
| | | * @return Object |
| | | */ |
| | | @GetMapping("/api/web/syRegion/listByParentId") |
| | | ReturnBO listByParentId(@RequestParam(value = "parentId") String parentId); |
| | | |
| | | /** |
| | | * 根据id查询附件信息 |
| | | * @url {ctx}/api/client/fileInfo/getFileInfoById |
| | | * @param id 条件 |
| | | * @return Object |
| | | */ |
| | | @GetMapping("/api/client/fileInfo/getFileInfoById") |
| | | ReturnBO getFileInfoById(@RequestParam(value = "id") String id); |
| | | } |