添加 CRUD Base

yun-zuoyi
wei.peng 6 years ago
parent 935845704a
commit 4c6f0b0d57

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

Loading…
Cancel
Save