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

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 secretKey;
}