Browse Source

报表

master
dimengzhe 1 year ago
parent
commit
a7475bcdb8
  1. 5
      anrui-reportcenter/anrui-reportcenter-api/src/main/java/com/yxt/anrui/reportcenter/api/dailyreport/DailyReportAppVo.java

5
anrui-reportcenter/anrui-reportcenter-api/src/main/java/com/yxt/anrui/reportcenter/api/dailyreport/DailyReportAppVo.java

@ -1,5 +1,6 @@
package com.yxt.anrui.reportcenter.api.dailyreport;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@ -113,10 +114,10 @@ public class DailyReportAppVo {
private List<String> row48 = new ArrayList<>();
@ApiModelProperty("金融未放款金额")
private List<String> row49 = new ArrayList<>();
@JsonIgnore
private List<ParameterVo> dynamicRows = new ArrayList<>();
@JsonIgnore
private List<DailyReportVo> dailyReportVoList = new ArrayList<>();
/* @ApiModelProperty("移动端需要的固定参数")

Loading…
Cancel
Save