mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-04 19:20:46 +08:00
es工具类常用操作方法实现和封装
This commit is contained in:
@@ -13,4 +13,8 @@ import cn.xf.basedemo.model.res.LoginInfoRes;
|
||||
public interface UserService {
|
||||
|
||||
RetObj login(LoginInfoRes res);
|
||||
|
||||
RetObj syncEs(Long userId);
|
||||
|
||||
RetObj getEsId(Long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user