package domain type AsyncTaskTopDTO struct { /* 任务id */ Id *int64 `json:"id"` }