update 小程序首页查询站点列表接口新增收藏标识字段

This commit is contained in:
Lemon
2025-03-25 13:24:04 +08:00
parent 6888c93d85
commit c4439a059b
3 changed files with 17 additions and 0 deletions

View File

@@ -128,6 +128,11 @@ public class StationInfoVO {
*/
private String stationLat;
/**
* 是否已收藏该站点
*/
private boolean collectedFlag;
@Override
public boolean equals(Object o) {
if (this == o) return true;