es工具类常用操作方法实现和封装

This commit is contained in:
xiongf
2024-12-11 17:33:28 +08:00
parent b1010828c5
commit 00f70607f5
10 changed files with 480 additions and 111 deletions

View File

@@ -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);
}