后台:邮件查询
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { GM_MAIL_STATUS, GM_MAIL_TYPE } from "@consts";
|
||||
|
||||
export interface SearchUserParam {
|
||||
uid?: number;
|
||||
tel?: string;
|
||||
@@ -20,4 +22,16 @@ export interface SearchEquipParam {
|
||||
roleId?: string;
|
||||
roleName?: string;
|
||||
id?: number;
|
||||
}
|
||||
|
||||
export interface SearchMailParam {
|
||||
createTimeStart?: number;
|
||||
createTimeEnd?: number;
|
||||
serverId?: number;
|
||||
roleId?: string;
|
||||
roleName?: string;
|
||||
title?: string;
|
||||
status?: GM_MAIL_STATUS;
|
||||
mailType?: GM_MAIL_TYPE;
|
||||
hasGoods?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user