mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
新增 用户添加/取消收藏站点接口、用户查询收藏站点列表接口
This commit is contained in:
@@ -67,4 +67,11 @@ public interface MemberStationRelationMapper {
|
||||
* @return
|
||||
*/
|
||||
List<String> getStationIdListByMemberId(String memberId);
|
||||
|
||||
/**
|
||||
* 用户取消收藏站点
|
||||
* @param memberStationRelation
|
||||
* @return
|
||||
*/
|
||||
int deleteMemberStationRelation(MemberStationRelation memberStationRelation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user