|
|
|
@ -10,10 +10,8 @@ import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Lob;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @Description :
|
|
|
|
@ -126,5 +124,7 @@ public class LacLogTask extends BaseBean {
|
|
|
|
|
@ApiParam(value ="执行说明")
|
|
|
|
|
private String executionDescription;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam(value ="步骤列表")
|
|
|
|
|
private List<LacLogTaskDetail> detailList;
|
|
|
|
|
}
|
|
|
|
|