This commit is contained in:
2024-08-08 10:50:16 +08:00
parent 81ffde828c
commit d2303e1658
8 changed files with 298 additions and 16 deletions

5
erp/workflow/workflow.go Normal file
View File

@@ -0,0 +1,5 @@
package workflow
type Workflow struct {
Node node
}