|
|
@ -88,4 +88,8 @@ public class LacCommandStackRecord extends BaseBean {
|
|
|
|
@ApiParam(value ="执行状态")
|
|
|
|
@ApiParam(value ="执行状态")
|
|
|
|
private Integer stackStatus;
|
|
|
|
private Integer stackStatus;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="EXECUTION_DESCRIPTION")
|
|
|
|
|
|
|
|
@ApiParam(value ="执行说明")
|
|
|
|
|
|
|
|
private String executionDescription;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|