任务:group读取方式修改

This commit is contained in:
luying
2021-11-20 10:48:34 +08:00
parent 59d48382fa
commit da8dca2f22
4 changed files with 15 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ interface DicTaskBase {
// 任务类型
readonly taskType: number;
// 类型下面的分组
group: number;
group: string;
// 任务参数
readonly taskParam: number[];
// 条件