This commit is contained in:
苏尹岚
2021-02-22 16:35:24 +08:00
parent 5a3ecfad93
commit a3a86a3d16
4 changed files with 19 additions and 1 deletions

View File

@@ -1664,3 +1664,7 @@ func UpdateJob(ctx *jxcontext.Context, payload map[string]interface{}) (err erro
}
return err
}
func TempJob() (err error) {
return err
}