增加字段

This commit is contained in:
YAS\29473
2025-04-08 08:44:34 +08:00
parent 931ecd42c5
commit 5bc268c922
8 changed files with 82 additions and 0 deletions

View File

@@ -133,6 +133,16 @@ public class StationInfoVO {
*/
private boolean collectedFlag;
/**
* 当前站点最近充电的一次时间
*/
private String lastChargeTime;
/**
* 异常设备数量
*/
private int abnormalDeviceCount;
@Override
public boolean equals(Object o) {
if (this == o) return true;