联联平台 查询充电状态接口

This commit is contained in:
Lemon
2023-04-25 11:20:43 +08:00
parent 810c4381f4
commit c584ff91f4
5 changed files with 312 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import com.jsowell.thirdparty.domain.StationStatsInfo;
import com.jsowell.pile.dto.QueryStationInfoDTO;
import com.jsowell.thirdparty.vo.EquipmentAuthVO;
import com.jsowell.thirdparty.vo.LianLianPageResponse;
import com.jsowell.thirdparty.vo.QueryChargingStatusVO;
import java.util.List;
@@ -47,4 +48,10 @@ public interface LianLianService {
* @return
*/
EquipmentAuthVO query_equip_auth(QueryEquipmentDTO dto);
/**
* 查询充电状态
* @param startChargeSeq
*/
QueryChargingStatusVO query_equip_charge_status(String startChargeSeq);
}