mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
新增 对接联联平台接口
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package com.jsowell.thirdparty.service;
|
||||
|
||||
import com.jsowell.thirdparty.domain.StationInfo;
|
||||
import com.jsowell.thirdparty.dto.QueryStationInfoDTO;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface LianLianService {
|
||||
|
||||
/**
|
||||
@@ -7,4 +12,6 @@ public interface LianLianService {
|
||||
* @param merchantId
|
||||
*/
|
||||
void pushMerchantInfo(Long merchantId);
|
||||
|
||||
List<StationInfo> query_stations_info(QueryStationInfoDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user