REQ-2318: 定义接口
This commit is contained in:
parent
7634c70ad3
commit
716e101afa
@ -103,14 +103,14 @@ public interface PendingMessageClient {
|
||||
CommonResponse<AnalysisPage<PendingMessageResponse>> pageQuery(@RequestBody @Valid PendingMessagePageRequest request);
|
||||
|
||||
/**
|
||||
* 统计未完成的待办数量
|
||||
* 统计个人未完成的待办数量
|
||||
*/
|
||||
@PostMapping(value = "/pending-message/record/personTodoToBeDoneStat", produces = {MediaType.APPLICATION_JSON_VALUE})
|
||||
CommonResponse<PersonTodoToBeDoneStatResponse> personTodoToBeDoneStat(
|
||||
@RequestBody @Valid PersonTodoToBeDoneStatRequest request);
|
||||
|
||||
/**
|
||||
* 待办未完成的交接
|
||||
* 交接未完成的待办
|
||||
*
|
||||
* @return 交接的数量
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user