登录部分
This commit is contained in:
@@ -13,6 +13,7 @@ public class AuthUserDto {
|
||||
private String password;
|
||||
|
||||
private String code;
|
||||
private String opencode;
|
||||
|
||||
private String uuid = "";
|
||||
|
||||
@@ -47,4 +48,12 @@ public class AuthUserDto {
|
||||
public void setUuid(String uuid) {
|
||||
this.uuid = uuid;
|
||||
}
|
||||
|
||||
public String getOpencode() {
|
||||
return opencode;
|
||||
}
|
||||
|
||||
public void setOpencode(String opencode) {
|
||||
this.opencode = opencode;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user