whyclxw
2025-06-04 4288e68cced096a216bebfcd797e78791e192c67
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.dto.Statistic;
 
import lombok.Data;
 
@Data
public class SticMonRes {
    private Integer battgroupId;
    private Integer monNum;
    private Float monVol;
    private Float monRes;
}