mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-15 04:06:35 +08:00
refactor: remove router、ioc is adjusted to inject by type
This commit is contained in:
@@ -23,7 +23,7 @@ type MachineScript interface {
|
||||
type machineScriptAppImpl struct {
|
||||
base.AppImpl[*entity.MachineScript, repository.MachineScript]
|
||||
|
||||
machineApp Machine `inject:"MachineApp"`
|
||||
machineApp Machine `inject:"T"`
|
||||
}
|
||||
|
||||
const Common_Script_Machine_Id = 9999999
|
||||
|
||||
Reference in New Issue
Block a user