From 8efaab48fd8c4fd2f8b825bef3174524075f14d4 Mon Sep 17 00:00:00 2001 From: xinian Date: Thu, 5 Mar 2026 15:29:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/config/model/task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/model/task.go b/modules/config/model/task.go index 9eb7fefcf..567f410d3 100644 --- a/modules/config/model/task.go +++ b/modules/config/model/task.go @@ -18,7 +18,7 @@ type TaskConfig struct { OutState int `gorm:"not null;default:0;comment:'任务分支'" json:"out_state" description:"任务分支"` //父级任务 ParentTaskId uint32 `gorm:"not null;default:0;comment:'父级任务ID'" json:"parent_task_id" description:"父级任务ID"` - // type(任务类型,0为常规任务,1为日常任务), + // type(任务类型,0为常规任务,1为日常任务,2为周任务), TaskType uint32 `gorm:"not null;default:0;comment:'任务类型'" json:"task_type" description:"任务类型"` //是否可以被接受TaskConfig IsAcceptable uint32 `gorm:"not null;default:1;comment:'是否可以被接受'" json:"is_acceptable" description:"是否可以被接受"`