|
|
@ -49,9 +49,9 @@ public class BfLayout extends BaseBean {
|
|
|
|
@ApiParam(value = "列数")
|
|
|
|
@ApiParam(value = "列数")
|
|
|
|
private Integer layoutColumnCount;
|
|
|
|
private Integer layoutColumnCount;
|
|
|
|
|
|
|
|
|
|
|
|
public Integer getLayoutColumnCount(){
|
|
|
|
public Integer getLayoutColumnCountValue(){
|
|
|
|
if(this.layoutColumnCount == null) {
|
|
|
|
if(this.layoutColumnCount == null) {
|
|
|
|
return null;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return layoutColumnCount.intValue();
|
|
|
|
return layoutColumnCount.intValue();
|
|
|
|
}
|
|
|
|
}
|
|
|
|