This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-06-10 17:03:35 +08:00
parent 74bc41aae1
commit 27c254c36a

View File

@ -10,6 +10,7 @@ import (
type Task struct { type Task struct {
Table Table
order string `data:"2"` order string `data:"2"`
portal string `data:"true"`
fields string `data:"title,content,task_status,done_count,begin_time,end_time,process_time,finish_time,plan_uid,user_uid"` fields string `data:"title,content,task_status,done_count,begin_time,end_time,process_time,finish_time,plan_uid,user_uid"`
create string `name:"create plan_uid* title* content* begin_time:select@date end_time:select@date" role:"worker"` create string `name:"create plan_uid* title* content* begin_time:select@date end_time:select@date" role:"worker"`
modify string `name:"modify title* content* begin_time:select@date end_time:select@date" role:"worker"` modify string `name:"modify title* content* begin_time:select@date end_time:select@date" role:"worker"`