新增 移动充电桩到另一个站点接口

This commit is contained in:
Lemon
2025-10-30 15:48:39 +08:00
parent db936639d9
commit 5df6dd9d20
5 changed files with 80 additions and 2 deletions

View File

@@ -251,4 +251,11 @@ public interface PileBasicInfoService {
void registrationEBikePile(EBikeMessageCmd20 message);
List<PileDetailInfoVO> getPileDetailInfoList(String stationId);
/**
* 移动桩到其他站点
* @param dto
* @return
*/
int movePile2AnotherStation(ReplaceMerchantStationDTO dto);
}