package com.whyc.dto.Statistic; import lombok.Data; @Data public class ComPareChart { private Integer battgroupId; private String battgroupName; private Float value; private Integer monNum;//最高单体内阻有用 }