mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 13:35:15 +08:00
新增 绑定停车平台接口
This commit is contained in:
@@ -88,4 +88,10 @@ public interface PileStationInfoMapper {
|
||||
* @return
|
||||
*/
|
||||
List<String> getIdsByDeptId(String deptId);
|
||||
|
||||
/**
|
||||
* 修改绑定停车平台
|
||||
* @param stationId
|
||||
*/
|
||||
int updateParkingPlatform(@Param("parkingId") String parkingId, @Param("stationId") String stationId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user