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

This commit is contained in:
Lemon
2025-10-30 16:10:05 +08:00
parent 5df6dd9d20
commit 49e31d2794
3 changed files with 31 additions and 3 deletions

View File

@@ -177,4 +177,6 @@ public interface PileBasicInfoMapper {
* @return
*/
List<PileDetailInfoVO> getPileDetailInfoList(String stationId);
int movePile2AnotherStation(ReplaceMerchantStationDTO dto);
}