密钥存储修改
This commit is contained in:
parent
7a995e159f
commit
242c9e282b
@ -34,11 +34,11 @@ public class SecretKeyDO extends BaseDO {
|
|||||||
private String password;
|
private String password;
|
||||||
|
|
||||||
@TableField(value = "public_key")
|
@TableField(value = "public_key")
|
||||||
private String public_key;
|
private String publicKey;
|
||||||
|
|
||||||
|
|
||||||
@TableField(value = "private_key")
|
@TableField(value = "private_key")
|
||||||
private String private_key;
|
private String privateKey;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user