| | |
| | | * 统计概览数据实体类 |
| | | */ |
| | | public class DataOverBean implements Serializable { |
| | | |
| | | private String installedCapacity;//装机容量 |
| | | private String power;//发电功率 |
| | | private String powerRatio;//发电功率占比(当日发电功率/装机容量 * 100% ) |
| | | private String powerRatio;//云端计算,发电功率占比(当日发电功率/装机容量 * 100%) |
| | | private String todayElectricity;//当日发电量 |
| | | private String monthElectricity;//当月发电量 |
| | | private String yearElectricity;//当年发电量 |
| | |
| | | } |
| | | |
| | | public String getPowerRatio() { |
| | | return powerRatio == null ? "" : getPowerRatio(); |
| | | return powerRatio == null ? "" : powerRatio; |
| | | } |
| | | |
| | | public void setPowerRatio(String powerRatio) { |