有功功率趋势BUG迭代

This commit is contained in:
guofeihu
2024-09-14 14:47:00 +08:00
parent dafd9dda22
commit 7818bbe095
9 changed files with 554 additions and 632 deletions

View File

@@ -53,4 +53,11 @@ public class RActivePowerRangeParam extends BaseParam {
@ApiModelProperty("查询时是否统计数据(默认不统计)")
private boolean searchForAdd = false;
/**
* search = true 该参数才有效
* 查询时是否格式化时间
*/
@ApiModelProperty("查询时是否格式化时间(默认需要格式化)")
private boolean searchTimeFort = true;
}

View File

@@ -34,7 +34,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 0%~10%区间时间Json
*/
private String minsTime0 = "{}";
private String minsTime0;
/**
* 0%~10%区间个数
@@ -49,7 +49,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 10%~20%区间时间Json
*/
private String minsTime1 = "{}";;
private String minsTime1;
/**
* 10%~20%区间个数
@@ -64,7 +64,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 20%~30%区间时间Json
*/
private String minsTime2 = "{}";;
private String minsTime2;
/**
* 20%~30%区间个数
@@ -79,7 +79,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 30%~40%区间时间Json
*/
private String minsTime3 = "{}";;
private String minsTime3;
/**
* 30%~40%区间个数
@@ -94,7 +94,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 40%~50%区间时间Json
*/
private String minsTime4 = "{}";;
private String minsTime4;
/**
* 40%~50%区间个数
@@ -109,7 +109,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 50%~60%区间时间Json
*/
private String minsTime5 = "{}";;
private String minsTime5;
/**
* 50%~60%区间个数
@@ -124,7 +124,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 60%~70%区间时间Json
*/
private String minsTime6 = "{}";;
private String minsTime6;
/**
* 60%~70%区间个数
@@ -139,7 +139,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 70%~80%区间时间Json
*/
private String minsTime7 = "{}";;
private String minsTime7;
/**
* 70%~80%区间个数
@@ -154,7 +154,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 80%~90%区间时间Json
*/
private String minsTime8 = "{}";;
private String minsTime8;
/**
* 80%~90%区间个数
@@ -169,7 +169,7 @@ public class RActivePowerRangePO extends BaseEntity {
/**
* 90%~100%区间时间Json
*/
private String minsTime9 = "{}";;
private String minsTime9;
/**
* 90%~100%区间个数