有功功率趋势定时任务算法完善
This commit is contained in:
@@ -26,5 +26,6 @@ public interface Param {
|
||||
*/
|
||||
String BEGIN =" 00:00:00";
|
||||
String END =" 23:59:59";
|
||||
String DATE_FORMAT = "yyyy-MM-dd HH:mm:ss";
|
||||
|
||||
}
|
||||
|
||||
@@ -26,9 +26,9 @@ public class VoltageRideThroughVo implements Serializable {
|
||||
private BigDecimal lat;
|
||||
|
||||
@ApiModelProperty("低压次数")
|
||||
private String lowPressure;
|
||||
private String lowPressure = "0";
|
||||
|
||||
@ApiModelProperty("高压次数")
|
||||
private String highPressure;
|
||||
private String highPressure = "0";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user