文件微服务接口

报表元素 上传图片文件
yun-zuoyi
yunhao.wang 6 years ago
parent d0cee703fe
commit 40d37ed5c9

@ -39,7 +39,7 @@ public class BrRefReportTypeset extends BaseBean {
@ApiParam(value = "报表名称") @ApiParam(value = "报表名称")
private String reportNameRdd; private String reportNameRdd;
@Column(name = "REPORT_Typeset_TYPE") @Column(name = "REPORT_TYPESET_TYPE")
@ApiParam(value = "报表列类型") @ApiParam(value = "报表列类型")
private Integer reportTypesetType; private Integer reportTypesetType;

@ -42,6 +42,15 @@ public class BrReport extends BaseBean {
@JsonSerialize(using = ToStringSerializer.class) @JsonSerialize(using = ToStringSerializer.class)
private Long layoutId; private Long layoutId;
//get单独处理
public Long getLayoutId() {
if(layoutId != null) {
return layoutId.longValue();
}else{
return layoutId;
}
}
@Column(name="LAYOUT_NAME_RDD") @Column(name="LAYOUT_NAME_RDD")
@ApiParam(value ="布局名称") @ApiParam(value ="布局名称")
private String layoutNameRdd; private String layoutNameRdd;

Loading…
Cancel
Save