1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package entity
|
||||
|
||||
import "github.com/gogf/gf/v2/os/gtime"
|
||||
|
||||
// AnnotateTask 标注众包任务(管理端下发):池子动态 = 数据集内 review_status=0
|
||||
// 且 clean_excluded=0 的图(不落表,实时查询),新增图自动入池,停用即整体不可领。
|
||||
type AnnotateTask struct {
|
||||
Id int64 `json:"id" orm:"id" description:"自增主键"`
|
||||
DatasetId int64 `json:"datasetId" orm:"dataset_id" description:"数据集(任务池来源)"`
|
||||
Name string `json:"name" orm:"name" description:"任务名"`
|
||||
Status string `json:"status" orm:"status" description:"published|stopped"`
|
||||
CreatedAt *gtime.Time `json:"createdAt" orm:"created_at" description:"下发时间"`
|
||||
}
|
||||
Reference in New Issue
Block a user