mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-28 23:15:11 +08:00
增加字段
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user