whyclxw
2 天以前 f998f917f90d86499bf8a24c8912e270655e4d43
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.dto.Statistic;
 
import lombok.Data;
 
@Data
public class ComPareChart {
    private Integer battgroupId;
    private String battgroupName;
    private Float value;
    private Integer monNum;//最高单体内阻有用
}