mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-04 05:36:35 +08:00
feat: flow design & page query refactor
This commit is contained in:
@@ -14,3 +14,8 @@ type Procdef struct {
|
||||
|
||||
CodePaths []string `json:"codePaths"`
|
||||
}
|
||||
|
||||
type ProcdefFlow struct {
|
||||
Id uint64 `json:"id" binding:"required"`
|
||||
Flow *entity.FlowDef `json:"flow" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user