|
@@ -9,6 +9,7 @@ import lombok.ToString;
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
import java.util.List;
|
|
|
+
|
|
|
/**
|
|
|
* @author ludashi
|
|
|
* @date 2021年06月02日 16:26
|
|
@@ -18,14 +19,14 @@ import java.util.List;
|
|
|
public class ListReportRes implements Serializable {
|
|
|
|
|
|
@ApiModelProperty("品牌使用码量占比列表")
|
|
|
- private List<ListReportRes.ReportRes> qrVariableBeanList;
|
|
|
+ private List<ReportRes> reportResList;
|
|
|
|
|
|
@Data
|
|
|
@NoArgsConstructor
|
|
|
@AllArgsConstructor
|
|
|
@ToString
|
|
|
@ApiModel(value = "ListReportRes_ReportRes")
|
|
|
- public class ReportRes implements Serializable {
|
|
|
+ public static class ReportRes implements Serializable {
|
|
|
|
|
|
@ApiModelProperty("品牌名称")
|
|
|
private String brandName;
|