mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: redis支持工单流程审批
This commit is contained in:
		@@ -4,7 +4,7 @@ import (
 | 
			
		||||
	"mayfly-go/pkg/ioc"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func Init() {
 | 
			
		||||
func InitIoc() {
 | 
			
		||||
	ioc.Register(newMachineRepo(), ioc.WithComponentName("MachineRepo"))
 | 
			
		||||
	ioc.Register(newMachineFileRepo(), ioc.WithComponentName("MachineFileRepo"))
 | 
			
		||||
	ioc.Register(newMachineScriptRepo(), ioc.WithComponentName("MachineScriptRepo"))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user