添加字段和表
parent
208b640da5
commit
85489cc5cd
|
@ -99,6 +99,7 @@ public class TaskInfo extends BaseEntity {
|
||||||
.processStatus(taskInfo.processStatus)
|
.processStatus(taskInfo.processStatus)
|
||||||
.status(taskInfo.status)
|
.status(taskInfo.status)
|
||||||
.weight(taskInfo.weight)
|
.weight(taskInfo.weight)
|
||||||
|
.json(taskInfo.json)
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue