mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
新增 移动充电桩到另一个站点接口
This commit is contained in:
@@ -162,6 +162,14 @@ public class PileBasicInfoController extends BaseController {
|
||||
return toAjax(pileBasicInfoService.replaceMerchantStationByPileIds(dto));
|
||||
}
|
||||
|
||||
/**
|
||||
* 移动充电桩到另一个站点
|
||||
*/
|
||||
@PostMapping("/movePile2AnotherStation")
|
||||
public AjaxResult movePile2AnotherStation(@RequestBody ReplaceMerchantStationDTO dto) {
|
||||
logger.info("移动充电桩到另一个站点 param:{}", JSON.toJSONString(dto));
|
||||
return toAjax(pileBasicInfoService.movePile2AnotherStation(dto));
|
||||
}
|
||||
/**
|
||||
* 查询充电桩详情
|
||||
* @return
|
||||
|
||||
Reference in New Issue
Block a user