|
|
@@ -173,6 +173,15 @@ public class DeviceProperties<K,T> extends TenantGenericEntity<K,T> {
|
|
|
@ApiModelProperty("阻塞状态")
|
|
|
private BlockStatusEnum blockStatus;
|
|
|
|
|
|
+ @ApiModelProperty("夜间减档开始时间")
|
|
|
+ private Integer eveningTime1;
|
|
|
+
|
|
|
+ @ApiModelProperty("夜间减档结束时间")
|
|
|
+ private Integer eveningTime2;
|
|
|
+
|
|
|
+ @ApiModelProperty("夜间减档比例")
|
|
|
+ private Integer nightRatio;
|
|
|
+
|
|
|
public Integer getPcaTotalCount() {
|
|
|
return getPcaInvalidCount()+getPcaValidCount();
|
|
|
}
|