refactor(action): remove ActionExecutorInput

This commit is contained in:
2026-03-07 15:15:08 +08:00
parent 2baa3971a8
commit d9e384960f

View File

@@ -1,5 +0,0 @@
package work.slhaf.partner.module.modules.action.executor.entity
import work.slhaf.partner.core.action.entity.ExecutableAction
data class ActionExecutorInput(val actions: Set<ExecutableAction>)