mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-30 19:36:34 +08:00
feat: redis支持工单流程审批
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"mayfly-go/pkg/ioc"
|
||||
)
|
||||
|
||||
func Init() {
|
||||
func InitIoc() {
|
||||
ioc.Register(newAccountRepo(), ioc.WithComponentName("AccountRepo"))
|
||||
ioc.Register(newRoleRepo(), ioc.WithComponentName("RoleRepo"))
|
||||
ioc.Register(newAccountRoleRepo(), ioc.WithComponentName("AccountRoleRepo"))
|
||||
|
||||
Reference in New Issue
Block a user