邮箱验证

ruoyi_test
sunshine7058 2024-04-12 15:04:21 +08:00
parent c83e8252ee
commit aef10363b1
1 changed files with 5 additions and 5 deletions

View File

@ -9,19 +9,19 @@ public class LoginBody {
/** /**
* *
*/ */
private String username; private String usernameOrEmail;
/** /**
* *
*/ */
private String password; private String password;
public String getUsername () { public String getUsernameOrEmail() {
return username; return usernameOrEmail;
} }
public void setUsername (String username) { public void setUsernameOrEmail(String usernameOrEmail) {
this.username = username; this.usernameOrEmail = usernameOrEmail;
} }
public String getPassword () { public String getPassword () {