mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-04 19:20:46 +08:00
全局统一返回对象实现
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package cn.xf.basedemo.service;
|
||||
|
||||
import cn.xf.basedemo.common.model.RetObj;
|
||||
import cn.xf.basedemo.model.res.LoginInfoRes;
|
||||
|
||||
/**
|
||||
@@ -11,5 +12,5 @@ import cn.xf.basedemo.model.res.LoginInfoRes;
|
||||
**/
|
||||
public interface UserService {
|
||||
|
||||
String login(LoginInfoRes res);
|
||||
RetObj login(LoginInfoRes res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user