|
|
@ -49,6 +49,13 @@ public class BfLayout extends BaseBean {
|
|
|
|
@ApiParam(value = "列数")
|
|
|
|
@ApiParam(value = "列数")
|
|
|
|
private Integer layoutColumnCount;
|
|
|
|
private Integer layoutColumnCount;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Integer getLayoutColumnCount(){
|
|
|
|
|
|
|
|
if(this.layoutColumnCount == null) {
|
|
|
|
|
|
|
|
return null;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return layoutColumnCount.intValue();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "LAYOUT_REPORT_COUNT")
|
|
|
|
@Column(name = "LAYOUT_REPORT_COUNT")
|
|
|
|
@ApiParam(value = "引用报表数量")
|
|
|
|
@ApiParam(value = "引用报表数量")
|
|
|
|
private Integer layoutReportCount;
|
|
|
|
private Integer layoutReportCount;
|
|
|
|