add 新增小程序首页查询站点列表接口

This commit is contained in:
Lemon
2025-03-25 10:40:13 +08:00
parent 9007b1db52
commit 6888c93d85
5 changed files with 105 additions and 4 deletions

View File

@@ -75,4 +75,6 @@ public interface MemberStationRelationService {
* @return
*/
int updateCollectedStation(CollectedStationDTO dto);
List<String> getStationIdListByMemberId(String memberId);
}