任务:修复看板提出的任务bug

This commit is contained in:
luying
2021-11-02 17:44:34 +08:00
parent eff6e5f738
commit 55638b5ed6
4 changed files with 14 additions and 8 deletions
+1
View File
@@ -23,6 +23,7 @@ export class TaskParam {
job?: number;
aid?: number;
isDebug?: boolean;
oldCount?: number;
}
export class TaskListReturn {