| | |
| | | @GetMapping("/api/client/syncCase/countEndCase") |
| | | ReturnBO countEndCase(); |
| | | |
| | | /** |
| | | * 数据割接-进行中的纠纷案件信息 |
| | | * @url {ctx}/api/client/syncCase/byToGzTodoCase |
| | | * @param page |
| | | * @param size |
| | | * @return |
| | | */ |
| | | @GetMapping("/api/client/syncCase/byToGzTodoCase") |
| | | ReturnBO byToGzTodoCase(@RequestParam(value = "page") int page, @RequestParam(value = "size") int size); |
| | | |
| | | /** |
| | | * 数据割接-统计进行中的纠纷案件信息 |
| | | * @url {ctx}/api/client/syncCase/countTodoCase |
| | | * @return |
| | | */ |
| | | @GetMapping("/api/client/syncCase/countTodoCase") |
| | | ReturnBO countTodoCase(); |
| | | |
| | | } |