mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-24 11:28:40 +08:00
任务,通知功能完成
This commit is contained in:
6
apps/job/api/from/job.go
Normal file
6
apps/job/api/from/job.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package from
|
||||
|
||||
type JobStatus struct {
|
||||
JobId int64 `json:"jobId"`
|
||||
Status string `json:"status"`
|
||||
}
|
||||
Reference in New Issue
Block a user