|
|
|
@ -77,6 +77,14 @@ public class BrPojoFilterAttr extends BaseBean {
|
|
|
|
|
@ApiParam(value ="属性显示名称")
|
|
|
|
|
private String attrName;
|
|
|
|
|
|
|
|
|
|
@Column(name = "VIEW_ATTR_CONTROL_TYPE")
|
|
|
|
|
@ApiParam(value = "控件类型")
|
|
|
|
|
private Integer viewAttrControlType;
|
|
|
|
|
|
|
|
|
|
@Column(name = "VIEW_ATTR_CONTROL_REF_KEY")
|
|
|
|
|
@ApiParam(value = "控件引用RefKey")
|
|
|
|
|
private String viewAttrControlRefKey;
|
|
|
|
|
|
|
|
|
|
@Column(name="ATTR_SHOW")
|
|
|
|
|
@ApiParam(value ="属性是否显示")
|
|
|
|
|
private Integer attrShow;
|
|
|
|
|