mirror of
https://shylinux.com/x/operation
synced 2025-07-01 13:14:43 +08:00
add some
This commit is contained in:
parent
a9e6963dd9
commit
19ecc5f68d
BIN
src/main.jpg
BIN
src/main.jpg
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 270 KiB |
@ -13,8 +13,8 @@ type Case struct {
|
||||
order string `data:"5"`
|
||||
role string `data:"leader,worker"`
|
||||
fields string `data:"title,content,status,space,index,begin_time,end_time,process_time,finish_time,task_uid,issue_uid,plan_uid,story_uid,user_uid"`
|
||||
create string `name:"create task_uid* title* content* space index begin_time:select@date end_time:select@date" role:"worker"`
|
||||
modify string `name:"modify title* content* space index begin_time*:select@date end_time*:select@date" role:"worker"`
|
||||
create string `name:"create task_uid*:select title* content* space:select index:select begin_time:select@date end_time:select@date" role:"worker"`
|
||||
modify string `name:"modify title* content* space:select index:select begin_time*:select@date end_time*:select@date" role:"worker"`
|
||||
finish string `name:"finish" role:"worker"`
|
||||
}
|
||||
|
||||
|
@ -12,10 +12,10 @@ type Task struct {
|
||||
order string `data:"4"`
|
||||
role string `data:"leader,worker"`
|
||||
fields string `data:"title,content,status,space,path,case_count,begin_time,end_time,process_time,finish_time,issue_uid,plan_uid,story_uid,user_uid"`
|
||||
create string `name:"create issue_uid* title* content* space path begin_time:select@date end_time:select@date" role:"worker"`
|
||||
modify string `name:"modify title* content* space path begin_time*:select@date end_time*:select@date" role:"worker"`
|
||||
create string `name:"create issue_uid*:select title* content* space:select path:select begin_time:select@date end_time:select@date" role:"worker"`
|
||||
modify string `name:"modify title* content* space:select path:select begin_time*:select@date end_time*:select@date" role:"worker"`
|
||||
finish string `name:"finish" role:"worker"`
|
||||
caseCreate string `name:"caseCreate title* content* space index" role:"worker"`
|
||||
caseCreate string `name:"caseCreate title* content* space:select index:select" role:"worker"`
|
||||
}
|
||||
|
||||
func (s Task) Create(m *ice.Message, arg ...string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user