mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 20:45:10 +08:00
新增 运营端小程序通过站点id和枪口状态查询方法
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user