feat: 分离不同状态的数据

This commit is contained in:
禾几海
2020-08-31 00:53:48 +08:00
parent a54e04abf3
commit 01407aba7e
6 changed files with 32 additions and 19 deletions

View File

@@ -129,7 +129,7 @@ public interface UserService {
* @param page 数据页
* @return 分页数据
*/
PageData<UserModel> getUserList(Integer page, Integer count);
PageData<UserModel> getUserList(Integer page, Integer count, Integer status);
/**
* 更改用户信息