(params: any,
sort: any,
filter: any,
match: {
key: string,
type: string
}[])
| 140 | } |
| 141 | |
| 142 | export async function findPostponedTodoByOperatorId(params: any, |
| 143 | sort: any, |
| 144 | filter: any, |
| 145 | match: { |
| 146 | key: string, |
| 147 | type: string |
| 148 | }[]) { |
| 149 | return page('/api/query/flowRecord/findPostponedTodoByOperatorId', params, sort, filter, match); |
| 150 | } |
no test coverage detected