mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-28 15:05:18 +08:00
update 小程序首页查询站点列表接口新增收藏标识字段
This commit is contained in:
@@ -128,6 +128,11 @@ public class StationInfoVO {
|
||||
*/
|
||||
private String stationLat;
|
||||
|
||||
/**
|
||||
* 是否已收藏该站点
|
||||
*/
|
||||
private boolean collectedFlag;
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
if (this == o) return true;
|
||||
|
||||
Reference in New Issue
Block a user