refactor: 修改主机配置.

This commit is contained in:
lijiahang
2023-12-25 12:12:05 +08:00
parent 5cf70595c0
commit b2a697f6ba
7 changed files with 75 additions and 43 deletions

View File

@@ -4,8 +4,8 @@ import axios from 'axios';
* 主机配置请求
*/
export interface HostConfigRequest {
id?: number;
hostId?: number;
type?: string;
version?: number;
status?: number;
config?: string;