update 查询枪口列表接口、add 查询各状态枪口汇总数据接口

This commit is contained in:
Lemon
2026-01-07 10:14:59 +08:00
parent 96725e53e5
commit 22865eae82
12 changed files with 157 additions and 87 deletions

View File

@@ -456,5 +456,5 @@ public interface OrderBasicInfoMapper {
* @param chargingConnectorCodeList
* @return
*/
List<BusinessOrderDetailInfoVO> batchQueryChargingConnectorInfo(@Param("pileConnectorCodes") List<String> chargingConnectorCodeList);
List<PileConnectorInfoVO> batchQueryChargingConnectorInfo(@Param("pileConnectorCodes") List<String> chargingConnectorCodeList);
}