Loading escheduler-dao/src/main/java/cn/escheduler/dao/model/ErrorCommand.java +1 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ public class ErrorCommand { public ErrorCommand(Command command, String message){ this.id = command.getId(); this.commandType = command.getCommandType(); this.executorId = command.getExecutorId(); this.processDefinitionId = command.getProcessDefinitionId(); Loading Loading
escheduler-dao/src/main/java/cn/escheduler/dao/model/ErrorCommand.java +1 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,7 @@ public class ErrorCommand { public ErrorCommand(Command command, String message){ this.id = command.getId(); this.commandType = command.getCommandType(); this.executorId = command.getExecutorId(); this.processDefinitionId = command.getProcessDefinitionId(); Loading