| | |
| | | * @param endCharge 实体对象 |
| | | * @return |
| | | */ |
| | | public String endCharge(EndCharge endCharge){ |
| | | endChargeService.create(endCharge); |
| | | return getMessageJsonString(endCharge, ServiceIdMenu.END_CHARGE.getValue()); |
| | | } |
| | | // public String endCharge(EndCharge endCharge){ |
| | | // endChargeService.create(endCharge); |
| | | // return getMessageJsonString(endCharge, ServiceIdMenu.END_CHARGE.getValue()); |
| | | // } |
| | | |
| | | /** |
| | | * 运营平台确认启动充电 |
| | |
| | | * @param platformStartCharging 实体对象 |
| | | * @return |
| | | */ |
| | | public String platformConfirmationCharging(PlatformStartCharging platformStartCharging){ |
| | | public String platformStartCharging(PlatformStartCharging platformStartCharging){ |
| | | platformStartChargingService.create(platformStartCharging); |
| | | return getMessageJsonString(platformStartCharging, ServiceIdMenu.PLATFORM_START_CHARGING.getValue()); |
| | | } |