whyclxw
2 天以前 f998f917f90d86499bf8a24c8912e270655e4d43
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.whyc.dto.Statistic;
 
import lombok.Data;
 
import java.util.Date;
 
@Data
public class ComPareChangeCurve {
    private Integer battgroupId;
    private Date startTime;
    private Float curveValue;
    private Integer monNum;
}