|
|
@@ -455,8 +455,9 @@ func (i *JobFileInfoBase) Noop() {} |
|
|
type BindingJobFileInfo struct { |
|
|
type BindingJobFileInfo struct { |
|
|
serder.Metadata `union:"Binding"` |
|
|
serder.Metadata `union:"Binding"` |
|
|
JobFileInfoBase |
|
|
JobFileInfoBase |
|
|
Type string `json:"type"` |
|
|
|
|
|
BindingID int64 `json:"bindingID"` |
|
|
|
|
|
|
|
|
Type string `json:"type"` |
|
|
|
|
|
BindingID int64 `json:"bindingID"` |
|
|
|
|
|
// 用于参数回显 |
|
|
BindingName string `json:"bindingName"` |
|
|
BindingName string `json:"bindingName"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@@ -484,9 +485,10 @@ type DataReturnJobFileInfo struct { |
|
|
type ImageJobFileInfo struct { |
|
|
type ImageJobFileInfo struct { |
|
|
serder.Metadata `union:"Image"` |
|
|
serder.Metadata `union:"Image"` |
|
|
JobFileInfoBase |
|
|
JobFileInfoBase |
|
|
Type string `json:"type"` |
|
|
|
|
|
ImageID ImageID `json:"imageID"` |
|
|
|
|
|
ImageName string `json:"imageName"` |
|
|
|
|
|
|
|
|
Type string `json:"type"` |
|
|
|
|
|
ImageID ImageID `json:"imageID"` |
|
|
|
|
|
// 用于参数回显 |
|
|
|
|
|
ImageName string `json:"imageName"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type JobRuntimeInfo struct { |
|
|
type JobRuntimeInfo struct { |
|
|
|