任务,通知功能完成

This commit is contained in:
PandaGoAdmin
2021-12-26 22:24:44 +08:00
parent 816791f148
commit e85bbbc030
17 changed files with 48 additions and 40 deletions

6
apps/job/api/from/job.go Normal file
View File

@@ -0,0 +1,6 @@
package from
type JobStatus struct {
JobId int64 `json:"jobId"`
Status string `json:"status"`
}