mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-14 19:56:35 +08:00
feat: flow design & page query refactor
This commit is contained in:
12
server/internal/flow/application/dto/task.go
Normal file
12
server/internal/flow/application/dto/task.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package dto
|
||||
|
||||
import "mayfly-go/pkg/utils/collx"
|
||||
|
||||
// UserTaskOp 用户任务操作
|
||||
type UserTaskOp struct {
|
||||
TaskId uint64 // 任务id
|
||||
Candidate []string // 任务处理候选人
|
||||
Remark string // 备注
|
||||
Vars collx.M // 任务变量
|
||||
Handler string // 处理人
|
||||
}
|
||||
Reference in New Issue
Block a user