自定义表单-同步对象功能优化

自定义表单-动态页面数据导出
yun-zuoyi
wei.peng 6 years ago
parent 2108a7f8e7
commit a59f95080c

@ -79,6 +79,10 @@ public class BfElement extends BaseBean {
@ApiParam(value = "是否删除")
private Integer isObjectDel;
@Column(name = "IS_OBJECT_EXPORT")
@ApiParam(value = "是否导出")
private Integer isObjectExport;
@Column(name="ELEMENT_SORT_ATTR_ID")
@ApiParam(value ="默认排序属性")
@JsonSerialize(using = ToStringSerializer.class)

Loading…
Cancel
Save