新增 运营端小程序通过站点id和枪口状态查询方法

This commit is contained in:
Lemon
2024-08-27 09:58:53 +08:00
parent 33838e6e7f
commit e1a9279ba5
12 changed files with 185 additions and 13 deletions

View File

@@ -114,4 +114,10 @@ public interface PileConnectorInfoMapper {
*/
List<ConnectorInfoVO> getUniAppConnectorList(@Param("stationId") Long stationId);
/**
* 批量查询枪口状态
* @param pileConnectorCodeList
* @return
*/
List<PileConnectorInfo> getConnectorStatus(@Param("pileConnectorCodeList") List<String> pileConnectorCodeList);
}