作者 tangxvhui

暂存

... ... @@ -2,5 +2,7 @@ package domain
// 任务的异常记录
type TaskAnomaly struct {
Id int
Id int
TaskId int
Types int
}
... ...