【add】添加RSA公钥字段
This commit is contained in:
+10
-1
@@ -19,6 +19,8 @@ public class SysLoginModel {
|
||||
private String captcha;
|
||||
@ApiModelProperty(value = "验证码key")
|
||||
private String checkKey;
|
||||
@ApiModelProperty(value ="RSA公钥")
|
||||
private String RSAPublicKey;
|
||||
|
||||
public String getUsername() {
|
||||
return username;
|
||||
@@ -51,5 +53,12 @@ public class SysLoginModel {
|
||||
public void setCheckKey(String checkKey) {
|
||||
this.checkKey = checkKey;
|
||||
}
|
||||
|
||||
|
||||
public String getRSAPublicKey() {
|
||||
return RSAPublicKey;
|
||||
}
|
||||
|
||||
public void setRSAPublicKey(String RSAPublicKey) {
|
||||
this.RSAPublicKey = RSAPublicKey;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user