解决冲突

细节优化
自定义表单功能管理 添加 是否设计字段
yun-zuoyi
汪云昊 6 years ago
parent 767758f7a2
commit 8c4d74db52

@ -49,6 +49,10 @@ public class BfMethod extends BaseBean {
@ApiParam(value ="功能描述")
private String methodDescription;
@Column(name="IS_DESIGN")
@ApiParam(value ="是否进行功能设计")
private Integer isDesign;
@Transient
@ApiParam(value ="表单功能自定义按钮")
private List<BfButton> bfButtonList;

Loading…
Cancel
Save