mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
查询用户常去站点(最近半年)
This commit is contained in:
@@ -543,4 +543,11 @@ public interface OrderBasicInfoService{
|
||||
List<String> tempGetOrderCodes(QueryOrderDTO dto);
|
||||
|
||||
void retryRefundOrderList(List<String> orderCoderList);
|
||||
|
||||
/**
|
||||
* 查询用户常用充电站点信息
|
||||
* @param memberId
|
||||
* @return
|
||||
*/
|
||||
List<UserFrquentedStationInfo> queryUserFrquentedStation(String memberId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user