mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
parent
c10de37d29
commit
f66d983944
@ -110,6 +110,9 @@ public interface DataFillingApi {
|
||||
@PostMapping("/user-task/page/{goPage}/{pageSize}")
|
||||
IPage<DfUserTaskVo> listUserTask(@PathVariable("goPage") int goPage, @PathVariable("pageSize") int pageSize, @RequestBody DfUserTaskRequest request) throws Exception;
|
||||
|
||||
@PostMapping("/user-task/todo/count")
|
||||
long countUserTodoList() throws Exception;
|
||||
|
||||
@GetMapping("/user-task/list/{id}")
|
||||
DfUserTaskData listUserTaskData(@PathVariable("id") Long id) throws Exception;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user