BlockForm 添加table-formatter字段

yun-zuoyi
wynne1005 4 years ago
parent 6f49603fee
commit d9029eb690

@ -165,6 +165,11 @@ public class BfElement extends BaseBean {
@ApiParam(value ="元素样式")
private String elementCssStyle;
@Lob
@Column(name="ELEMENT_FORMATTER")
@ApiParam(value ="元素样式")
private String elementFormatter;
@Column(name="ELEMENT_DESCRIPTION")
@ApiParam(value ="元素描述")
private String elementDescription;

Loading…
Cancel
Save