新增 后管显示个人桩密钥字段

This commit is contained in:
Lemon
2023-03-28 09:17:31 +08:00
parent ec8c02ed1c
commit ac4e45bcb5
3 changed files with 6 additions and 0 deletions

View File

@@ -108,4 +108,8 @@ public class PileDetailVO {
*/ */
private String qrCodeURL; private String qrCodeURL;
/**
* 个人桩密钥
*/
private String secretKey;
} }

View File

@@ -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,

View File

@@ -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"