service/erp/workflow/workflow.go
2024-08-08 10:50:16 +08:00

6 lines
54 B
Go

package workflow
type Workflow struct {
Node node
}