mirror of
https://shylinux.com/x/enterprise
synced 2025-07-02 04:51:20 +08:00
add some
This commit is contained in:
parent
74bc41aae1
commit
27c254c36a
@ -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"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user