This commit is contained in:
redkale
2024-05-27 11:59:19 +08:00
parent f189803bb7
commit bcf74fbe71
2 changed files with 3 additions and 1 deletions

View File

@@ -14,8 +14,10 @@ import org.redkale.convert.json.JsonFactory;
*/
public class LoginBean {
//账号
private String account = "";
//密码
private String password = "";
public String getAccount() {