公告板
版本库
filestore
活动
搜索
登录
main
/
powerIntelligenceSystem
山西直流电源系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
实时数据曲线统计-交流单元实时推送
whyclxw
20 小时以前
97f71a9e41a124f204f13010f8d2e3cd7d9036b9
[powerIntelligenceSystem.git]
/
src
/
main
/
java
/
com
/
whyc
/
dto
/
Statistic
/
BanZu.java
1
2
3
4
5
6
7
8
9
10
11
package com.whyc.dto.Statistic;
import lombok.Data;
@Data
public class BanZu {
private Integer baojiGroupId;
private String baojiGroupName;
private Integer dischargeNum;
private Integer nochargeNum;
}