生成主机秘钥卡片视图.

This commit is contained in:
lijiahangmax
2023-10-07 23:24:12 +08:00
parent da6e1e2eee
commit 34ef997514
18 changed files with 281 additions and 40 deletions

View File

@@ -24,6 +24,7 @@ export interface HostKeyUpdateRequest extends HostKeyCreateRequest {
* 主机秘钥查询请求
*/
export interface HostKeyQueryRequest extends Pagination {
searchValue?: string;
id?: number;
name?: string;
publicKey?: string;