feat(后台gm): 新增后台宝物查询功能

This commit is contained in:
zhangxk
2023-07-11 11:16:29 +08:00
committed by luying
parent f09ebd56b1
commit cb713320b6
6 changed files with 149 additions and 81 deletions

View File

@@ -38,6 +38,11 @@ export interface SearchItemParam {
id?: number;
}
export interface SearchArtifactParam {
roleId?: string;
isShowDel?: number;
}
export interface SearchGuildParam {
serverId?: number;
name?: string;