mirror of
https://shylinux.com/x/enterprise
synced 2025-07-01 20:41:20 +08:00
add some
This commit is contained in:
parent
74bc41aae1
commit
27c254c36a
@ -10,6 +10,7 @@ import (
|
||||
type Task struct {
|
||||
Table
|
||||
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"`
|
||||
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"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user