| | |
| | | * @return ReturnBO |
| | | */ |
| | | @PostMapping("/api/client/fileInfo/listIdTypeInfoByOwnerIdList") |
| | | ReturnBO listTypeInfoByOwnerIdList(@RequestBody Map<String, Object> term, @RequestParam(value = "mainId") String mainId); |
| | | ReturnBO listTypeInfoByOwnerIdList(@RequestBody Map<String, Object> term); |
| | | |
| | | /** |
| | | * 附件中心-根据多个所属编号查询附件 |
| | |
| | | * @return ReturnBO |
| | | */ |
| | | @PostMapping("/api/client/fileInfo/listInfoByOwnerIdList") |
| | | ReturnBO listInfoByOwnerIdList(@RequestBody Map<String, Object> term, @RequestParam(value = "mainId") String mainId); |
| | | ReturnBO listInfoByOwnerIdList(@RequestBody Map<String, Object> term); |
| | | |
| | | /** |
| | | * 附件中心-根据多个所属编号查询附件 |