bug 动态表单工厂隔离:增加组织隔离属性ID

yun-zuoyi
castle.zang 4 years ago
parent 5f52b1aa33
commit 8ef28595ab

@ -137,6 +137,17 @@ public class BfElement extends BaseBean {
public boolean isOrganizeIsolation(){
return isOrganizeIsolation != null && isOrganizeIsolation == BlockFormEnumUtil.ELEMENT_ORGANIZE_ISOLATION_STATUS.ON.getValue();
}
@Column(name = "ELEMENT_ORGANIZE_ISOLATION_ATTR_ID")
@ApiParam(value = "组织隔离属性id")
private Long elementOrganizeIsolationAttrId;
public Long getElementOrganizeIsolationAttrId() {
return elementOrganizeIsolationAttrId;
}
public void setElementOrganizeIsolationAttrId(Long elementOrganizeIsolationAttrId) {
this.elementOrganizeIsolationAttrId = elementOrganizeIsolationAttrId;
}
@Column(name = "IS_OBJECT_EXPORT")
@ApiParam(value = "是否导出")

Loading…
Cancel
Save