[ server ] [ executor ] start to accomplish the function -1

This commit is contained in:
zeaslity
2022-12-14 15:15:20 +08:00
parent 2e97f9326d
commit d0bdca5ced
8 changed files with 128 additions and 10 deletions

View File

@@ -5,6 +5,8 @@ import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.experimental.SuperBuilder;
import java.util.List;
@Data
@AllArgsConstructor
@NoArgsConstructor
@@ -13,7 +15,7 @@ public class ExecutionMessage {
private String type;
private String contend;
private List<String> commandList;
private String resultKey;