🔨 批量执行日志.

This commit is contained in:
lijiahangmax
2024-03-19 01:24:15 +08:00
parent 2aaf3ee907
commit f8ea51eb8c
23 changed files with 437 additions and 90 deletions

View File

@@ -16,6 +16,7 @@ export interface HostConfigRequest {
*/
export interface HostConfigQueryResponse {
id: number;
hostId: number;
type: string;
version: number;
status: number;