This commit is contained in:
redkale
2024-05-27 12:19:58 +08:00
parent 4d1eaa9766
commit 5079560037
356 changed files with 81489 additions and 81489 deletions

View File

@@ -2,7 +2,7 @@
* To change this license header, choose License Headers in Project Properties. * To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package org.redkale.test.rest; package org.redkale.test.rest;
import org.redkale.convert.json.JsonFactory; import org.redkale.convert.json.JsonFactory;
@@ -14,10 +14,10 @@ import org.redkale.convert.json.JsonFactory;
*/ */
public class LoginBean { public class LoginBean {
//账号 // 账号
private String account = ""; private String account = "";
//密码 // 密码
private String password = ""; private String password = "";
public String getAccount() { public String getAccount() {