This commit is contained in:
redkale
2024-05-27 12:53:07 +08:00
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 template file, choose Tools | Templates
* and open the template in the editor.
*/
*/
package org.redkale.test.rest;
import org.redkale.convert.json.JsonFactory;
@@ -14,10 +14,10 @@ import org.redkale.convert.json.JsonFactory;
*/
public class LoginBean {
//账号
// 账号
private String account = "";
//密码
// 密码
private String password = "";
public String getAccount() {