!30 添加停止充电的TestController

* 添加停止充电的TestController
This commit is contained in:
三丙
2025-08-25 09:39:23 +00:00
parent a76d4969c8
commit 9133ed749b
4 changed files with 35 additions and 2 deletions

View File

@@ -78,6 +78,11 @@ public interface PileProtocolService {
*/
void startCharge(String pileCode, String gunCode, BigDecimal limitYuan, String orderNo);
/**
* 停止充电
*/
void stopCharge(String pileCode, String gunCode);
/**
* 重启充电
*/