This commit is contained in:
zt
2025-09-25 15:17:53 +08:00
parent af83c40d98
commit a34c07c64e
15 changed files with 567 additions and 49 deletions

View File

@ -124,4 +124,10 @@ public interface UserService {
*/
Map<Long, String> selectPostNamesByIds(List<Long> postIds);
/**
* 通过用户id查询头像
*/
String selectAvatarById(Long userId);
}