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