主机卡片列表.
This commit is contained in:
@@ -23,6 +23,7 @@ export interface HostUpdateRequest extends HostCreateRequest {
|
||||
* 主机查询请求
|
||||
*/
|
||||
export interface HostQueryRequest extends Pagination {
|
||||
searchValue?: string;
|
||||
id?: number;
|
||||
name?: string;
|
||||
code?: string;
|
||||
|
||||
Reference in New Issue
Block a user