mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
新增 后管显示个人桩密钥字段
This commit is contained in:
@@ -108,4 +108,8 @@ public class PileDetailVO {
|
|||||||
*/
|
*/
|
||||||
private String qrCodeURL;
|
private String qrCodeURL;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 个人桩密钥
|
||||||
|
*/
|
||||||
|
private String secretKey;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -148,6 +148,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
t1.station_id AS stationId,
|
t1.station_id AS stationId,
|
||||||
t3.station_name as stationName,
|
t3.station_name as stationName,
|
||||||
t1.sim_id,
|
t1.sim_id,
|
||||||
|
t1.secret_key as secretKey,
|
||||||
t5.iccid as ICCID,
|
t5.iccid as ICCID,
|
||||||
t5.sim_supplier as simSupplier,
|
t5.sim_supplier as simSupplier,
|
||||||
t1.merchant_id as merchantId,
|
t1.merchant_id as merchantId,
|
||||||
|
|||||||
@@ -138,6 +138,7 @@
|
|||||||
width="220px"
|
width="220px"
|
||||||
/>
|
/>
|
||||||
<el-table-column label="充电站" align="center" prop="stationName" />
|
<el-table-column label="充电站" align="center" prop="stationName" />
|
||||||
|
<el-table-column label="密钥" align="center" prop="secretKey" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="注册时间"
|
label="注册时间"
|
||||||
align="center"
|
align="center"
|
||||||
|
|||||||
Reference in New Issue
Block a user