This commit is contained in:
苏尹岚
2020-10-14 18:29:36 +08:00
parent 0ff054afed
commit 54438022ff
15 changed files with 223 additions and 113 deletions

View File

@@ -5,6 +5,7 @@ import "time"
const (
JobStatusDoing = 0
JobStatusFinished = 1
JobStatusFailed = -1
JobOrderStatusAccept = 5
JobOrderStatusWaitAudit = 10