format
This commit is contained in:
@@ -28,7 +28,7 @@ public class LoginBean {
|
|||||||
|
|
||||||
public void setPassword(String password) {
|
public void setPassword(String password) {
|
||||||
this.password = password;
|
this.password = password;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ package org.redkale.test.rest;
|
|||||||
import org.redkale.service.*;
|
import org.redkale.service.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 简单的定义UserService接口
|
* 简单的定义UserService接口
|
||||||
*
|
*
|
||||||
* @author zhangjx
|
* @author zhangjx
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user