mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
新增 后管站点下拉列表查询方法
This commit is contained in:
@@ -94,4 +94,11 @@ public interface PileStationInfoMapper {
|
||||
* @param stationId
|
||||
*/
|
||||
int updateParkingPlatform(@Param("parkingId") String parkingId, @Param("stationId") String stationId);
|
||||
|
||||
/**
|
||||
* 获取站点下拉列表
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
List<PileStationVO> getStationSelectList(@Param("dto") QueryStationDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user