主机卡片列表.

This commit is contained in:
lijiahang
2023-10-07 18:08:31 +08:00
parent 25f2bc3040
commit d0f0c9428e
15 changed files with 203 additions and 92 deletions

View File

@@ -23,6 +23,7 @@ export interface HostUpdateRequest extends HostCreateRequest {
* 主机查询请求
*/
export interface HostQueryRequest extends Pagination {
searchValue?: string;
id?: number;
name?: string;
code?: string;