mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 10:30:12 +08:00
新增 移动充电桩到另一个站点接口
This commit is contained in:
@@ -251,4 +251,11 @@ public interface PileBasicInfoService {
|
||||
void registrationEBikePile(EBikeMessageCmd20 message);
|
||||
|
||||
List<PileDetailInfoVO> getPileDetailInfoList(String stationId);
|
||||
|
||||
/**
|
||||
* 移动桩到其他站点
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
int movePile2AnotherStation(ReplaceMerchantStationDTO dto);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user