mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-19 21:48:03 +08:00
update qcyun停车优化
This commit is contained in:
@@ -61,4 +61,12 @@ public interface ThirdpartyParkingConfigMapper {
|
||||
* @return
|
||||
*/
|
||||
List<ThirdpartyParkingConfig> selectInfoList();
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据站点查询绑定的停车平台配置
|
||||
*
|
||||
* @param stationId 站点id
|
||||
* @return 停车平台配置
|
||||
*/
|
||||
ThirdpartyParkingConfig selectByStationId(String stationId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user