package param
type HpcBase struct {
JobId string `json:"jobId"`
Name string `json:"name"`
WorkDir string `json:"workDir"`
}