作者 tangxvhui

暂存

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