|
|
|
@ -14,6 +14,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Lob;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -47,9 +48,10 @@ public class BfElementConstraint extends BaseBean {
|
|
|
|
|
private Integer constraintType;
|
|
|
|
|
|
|
|
|
|
@Column(name = "CONSTRAIN_PROPERTY_NAME_RDD")
|
|
|
|
|
@ApiParam(value = "约束属性")
|
|
|
|
|
@ApiParam(value = "约束属性名称")
|
|
|
|
|
private String constrainPropertyNameRdd;
|
|
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
|
@Column(name = "CONSTRAIN_PROPERTY_IDS")
|
|
|
|
|
@ApiParam(value = "约束属性ids")
|
|
|
|
|
private String constrainPropertyIds;
|
|
|
|
|