update 优化用户管理查询条件

This commit is contained in:
AprilWind
2025-05-29 09:56:22 +08:00
parent 8b8099ad09
commit 8179ee8196
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@ export interface UserInfo {
*/
export interface UserQuery extends PageQuery {
userName?: string;
nickName?: string;
phonenumber?: string;
status?: string;
deptId?: string | number;