mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-22 08:09:48 +08:00
地锁列表新增车位号字段
This commit is contained in:
@@ -776,6 +776,7 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
|||||||
}
|
}
|
||||||
lockInfoList.add(GroundLockInfoVO.LockInfo.builder()
|
lockInfoList.add(GroundLockInfoVO.LockInfo.builder()
|
||||||
.connectorCode(pileConnectorInfoVO.getPileConnectorCode())
|
.connectorCode(pileConnectorInfoVO.getPileConnectorCode())
|
||||||
|
.parkNo(pileConnectorInfoVO.getParkNo())
|
||||||
.lockStatus(parkingLockStatus)
|
.lockStatus(parkingLockStatus)
|
||||||
.parkingStatus(data.getParkingStatus())
|
.parkingStatus(data.getParkingStatus())
|
||||||
.build());
|
.build());
|
||||||
|
|||||||
@@ -43,6 +43,11 @@ public class GroundLockInfoVO {
|
|||||||
*/
|
*/
|
||||||
private String connectorCode;
|
private String connectorCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 车位号
|
||||||
|
*/
|
||||||
|
private String parkNo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 地锁状态
|
* 地锁状态
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -146,6 +146,7 @@
|
|||||||
t1.station_id as stationId,
|
t1.station_id as stationId,
|
||||||
t1.sn as pileSn,
|
t1.sn as pileSn,
|
||||||
t1.name as name,
|
t1.name as name,
|
||||||
|
t2.park_no as parkNo,
|
||||||
t2.pile_connector_code as pileConnectorCode,
|
t2.pile_connector_code as pileConnectorCode,
|
||||||
t2.status,
|
t2.status,
|
||||||
t1.merchant_id as merchantId,
|
t1.merchant_id as merchantId,
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
package com.jsowell.thirdparty.zhongdianlian.dto;/**
|
||||||
|
* TODO
|
||||||
|
*
|
||||||
|
* @Date 2023/9/5 8:42
|
||||||
|
* @author Lemon
|
||||||
|
*/public class ZDLGetTokenDTO {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user