查询模组档位统计分布图 修改
This commit is contained in:
@@ -31,4 +31,13 @@ public class PowerReportDTO implements Serializable {
|
||||
@ApiModelProperty(value = "占比(百分比)")
|
||||
private String proportion;
|
||||
|
||||
public PowerReportDTO() {
|
||||
}
|
||||
|
||||
public PowerReportDTO(Integer subNum, String subLevel, Float sumPMPP, String proportion) {
|
||||
this.subNum = subNum;
|
||||
this.subLevel = subLevel;
|
||||
this.sumPMPP = sumPMPP;
|
||||
this.proportion = proportion;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user