|
|
@ -14,6 +14,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Column;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
|
|
|
import javax.persistence.Lob;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import javax.persistence.Table;
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
@ -159,6 +160,7 @@ public class BfElement extends BaseBean {
|
|
|
|
@ApiParam(value ="默认排序规则")
|
|
|
|
@ApiParam(value ="默认排序规则")
|
|
|
|
private Integer elementSortAttrType;
|
|
|
|
private Integer elementSortAttrType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
@Column(name="ELEMENT_CSS_STYLE")
|
|
|
|
@Column(name="ELEMENT_CSS_STYLE")
|
|
|
|
@ApiParam(value ="元素样式")
|
|
|
|
@ApiParam(value ="元素样式")
|
|
|
|
private String elementCssStyle;
|
|
|
|
private String elementCssStyle;
|
|
|
|