联调有功功率,解决部分bug
This commit is contained in:
@@ -26,6 +26,9 @@ public class ThdDataVO {
|
||||
@ApiModelProperty("最小值C相")
|
||||
private String MINPhaseC;
|
||||
|
||||
@ApiModelProperty("最小值T相")
|
||||
private String MINPhaseT;
|
||||
|
||||
@ApiModelProperty("最大值A相")
|
||||
private String MAXPhaseA;
|
||||
|
||||
@@ -35,6 +38,9 @@ public class ThdDataVO {
|
||||
@ApiModelProperty("最大值C相")
|
||||
private String MAXPhaseC;
|
||||
|
||||
@ApiModelProperty("最大值T相")
|
||||
private String MAXPhaseT;
|
||||
|
||||
@ApiModelProperty("平均值A相")
|
||||
private String AVGPhaseA;
|
||||
|
||||
@@ -44,6 +50,9 @@ public class ThdDataVO {
|
||||
@ApiModelProperty("平均值C相")
|
||||
private String AVGPhaseC;
|
||||
|
||||
@ApiModelProperty("平均值T相")
|
||||
private String AVGPhaseT;
|
||||
|
||||
@ApiModelProperty("CP95A相")
|
||||
private String CP95PhaseA;
|
||||
|
||||
@@ -53,6 +62,9 @@ public class ThdDataVO {
|
||||
@ApiModelProperty("CP95C相")
|
||||
private String CP95PhaseC;
|
||||
|
||||
@ApiModelProperty("CP95T相")
|
||||
private String CP95PhaseT;
|
||||
|
||||
@ApiModelProperty("国标限值")
|
||||
private Float limit;
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package com.njcn.harmonic.pojo.vo;
|
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty;
|
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
@@ -13,14 +14,17 @@ import lombok.Data;
|
||||
public class ThdDataVOExcel {
|
||||
|
||||
@ApiModelProperty("时间")
|
||||
@ColumnWidth(20)
|
||||
@ExcelProperty(index =0,value = "时间")
|
||||
private String time;
|
||||
|
||||
@ApiModelProperty("名称")
|
||||
@ColumnWidth(20)
|
||||
@ExcelProperty(index =1,value = "指标")
|
||||
private String anotherName;
|
||||
|
||||
@ApiModelProperty("单位")
|
||||
@ColumnWidth(10)
|
||||
@ExcelProperty(index =2,value = "单位")
|
||||
private String unit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user