@ -124,7 +124,24 @@ public class LacLogTask extends BaseBean {
@ApiParam(value ="执行说明")
private String executionDescription;
@Transient
@ApiParam(value ="任务记录")
private LacCommandStackRecord record;
private LacCommandStackTemplate template;
@ApiParam(value ="任务步骤")
private LacCommandStackStep step;
private LacCommandStackStepTask stackStepTask;
@ApiParam(value ="步骤列表")
@ApiParam(value ="执行任务参数")
private List<LacLogTaskDetail> detailList;
}
@ -69,11 +69,6 @@ public class LacLogTaskDetail extends BaseBean {
@JsonSerialize(using = ToStringSerializer.class)
private Long taskTypeId;
@Column(name="TASK_NAME_TYPE")
@ApiParam(value ="任务类型")
private Long taskNameType;
@Column(name="adapterId")
@ApiParam(value ="适配器ID" , example = "-1")