|
|
@ -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("移动端需要的固定参数") |
|
|
|