mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-30 19:36:34 +08:00
refactor: base.repo与app重构优化
This commit is contained in:
@@ -15,8 +15,6 @@ type MachineCronJob interface {
|
||||
type MachineCronJobRelate interface {
|
||||
base.Repo[*entity.MachineCronJobRelate]
|
||||
|
||||
GetList(condition *entity.MachineCronJobRelate) []entity.MachineCronJobRelate
|
||||
|
||||
GetMachineIds(cronJobId uint64) []uint64
|
||||
|
||||
GetCronJobIds(machineId uint64) []uint64
|
||||
|
||||
Reference in New Issue
Block a user