diff --git a/client/types.go b/client/types.go index c6f88854..7a783d7d 100644 --- a/client/types.go +++ b/client/types.go @@ -98,6 +98,7 @@ type HpcInfo struct { Account string `json:"account"` WorkDir string `json:"work_dir"` // 工作路径 AssocId int64 `json:"assoc_id"` + Partition string `json:"partition"` ExitCode int64 `json:"exit_code"` WallTime string `json:"wall_time"` // 最大运行时间 Result string `json:"result"` // 运行结果