update qcyun停车优化

This commit is contained in:
jsowell
2026-06-24 14:39:02 +08:00
parent a92af3ea35
commit 0ec61089fc
9 changed files with 260 additions and 42 deletions

View File

@@ -61,4 +61,12 @@ public interface ThirdpartyParkingConfigMapper {
* @return
*/
List<ThirdpartyParkingConfig> selectInfoList();
}
/**
* 根据站点查询绑定的停车平台配置
*
* @param stationId 站点id
* @return 停车平台配置
*/
ThirdpartyParkingConfig selectByStationId(String stationId);
}