refactor: 项目代码优化和结构调整

This commit is contained in:
haoxr
2024-04-10 22:36:49 +08:00
parent 4b4bee4cd8
commit 945bc94902
9 changed files with 39 additions and 48 deletions

View File

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