新增 华为 请求停止充电、接收停止充电结果接口

This commit is contained in:
Lemon
2024-01-30 17:01:14 +08:00
parent d9fd336907
commit a886e82921
4 changed files with 293 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
package com.jsowell.pile.dto.huawei;
import com.jsowell.pile.vo.huawei.QueryStartChargeVO;
/**
* 接收停止充电结果vo
*
* @author Lemon
* @Date 2024/1/30 9:18:01
*/
public class ReceiveStopChargeResultVO extends QueryStartChargeVO {
}