运维-物资管理接口

This commit is contained in:
2025-09-28 20:06:03 +08:00
parent 5f51572b68
commit da9cc7cc76
79 changed files with 6094 additions and 23 deletions

View File

@ -190,4 +190,6 @@ public interface RemoteUserService {
Map<Long, String> selectPostNamesByIds(List<Long> postIds);
RemoteUserVo selectUserByPhonenumber(String phone);
String getPostNameByUserId(Long userId);
}