refactor: 方法名修改

This commit is contained in:
Ray.Hao
2024-10-12 08:15:27 +08:00
parent 3897135305
commit 2cac1e0717
5 changed files with 24 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ public interface UserService extends IService<User> {
*
* @return
*/
IPage<UserPageVO> listPagedUsers(UserPageQuery queryParams);
IPage<UserPageVO> getUserPage(UserPageQuery queryParams);
/**