返回cate和list数量

This commit is contained in:
2023-12-25 14:17:18 +08:00
parent 0f2a954882
commit a2fe05df1d
20 changed files with 158 additions and 40 deletions

View File

@@ -18,4 +18,8 @@ public interface UserService {
HashMap<Integer,Object> getAllUsers();
String updateUserMessage(User user);
String deleteUser(User user);
}