mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-16 04:36:35 +08:00
feat: redis支持工单流程审批
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
package application
|
||||
|
||||
import (
|
||||
"mayfly-go/internal/flow/infrastructure/persistence"
|
||||
"mayfly-go/pkg/ioc"
|
||||
)
|
||||
|
||||
func InitIoc() {
|
||||
persistence.Init()
|
||||
|
||||
ioc.Register(new(procdefAppImpl), ioc.WithComponentName("ProcdefApp"))
|
||||
ioc.Register(new(procinstAppImpl), ioc.WithComponentName("ProcinstApp"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user