format
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user