数算任务列表删除yamlString字段

Former-commit-id: 1aae5e2d17a7a253450c8b669045df4e4ec7ded2
This commit is contained in:
zhangwei 2023-09-01 09:28:09 +08:00
parent d07507c6d6
commit 075129ff03
3 changed files with 15 additions and 18 deletions

View File

@ -37,7 +37,6 @@ type DataSet {
type cloudListResp {
Clouds []Cloud `json:"clouds"`
}
type Cloud {
Id int64 `json:"id"` // id
@ -52,6 +51,5 @@ type Cloud{
RunningTime int64 `json:"runningTime"` // 运行时长
CreatedBy int64 `json:"createdBy"` // 创建人
CreatedTime string `json:"createdTime"` // 创建时间
YamlString string `json:"yamlString"`
Result string `json:"result"`
}

View File

@ -2610,6 +2610,5 @@ type Cloud struct {
RunningTime int64 `json:"runningTime"` // 运行时长
CreatedBy int64 `json:"createdBy"` // 创建人
CreatedTime string `json:"createdTime"` // 创建时间
YamlString string `json:"yamlString"`
Result string `json:"result"`
}