This commit is contained in:
redkale
2024-05-27 11:43:19 +08:00
parent 8147001f3f
commit 7f05b61ad9
2 changed files with 2 additions and 2 deletions

View File

@@ -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() {

View File

@@ -8,7 +8,7 @@ package org.redkale.test.rest;
import org.redkale.service.*; import org.redkale.service.*;
/** /**
* 简单的定义UserService接口 * 简单的定义UserService接口
* *
* @author zhangjx * @author zhangjx
*/ */