后管站点充电接口页面新增 车位号字段

This commit is contained in:
Lemon
2023-08-09 11:45:25 +08:00
parent 4da4a76899
commit b8312c6f27
10 changed files with 248 additions and 125 deletions

View File

@@ -44,6 +44,11 @@ public class PileConnectorInfoVO {
*/
private Integer status;
/**
* 车位号
*/
private String parkNo;
/**
* 站点id
*/