新增 华为Vin启动充电

This commit is contained in:
Lemon
2024-01-15 13:49:19 +08:00
parent 65465b7c7c
commit fffbe85efd
5 changed files with 131 additions and 6 deletions

View File

@@ -88,4 +88,9 @@ public class GenerateOrderDTO extends BasicPileDTO{
* 微信小程序appId
*/
private String appId;
/**
* 启动时soc
*/
private String startSoc;
}