后台:账号管理

This commit is contained in:
luying
2021-11-29 16:19:47 +08:00
parent cc819c48a7
commit e7566b8af5
7 changed files with 63 additions and 67 deletions
+5
View File
@@ -0,0 +1,5 @@
export interface SearchUserParam {
uid?: number;
tel?: string;
channelType?: string;
}