|
@@ -53,7 +53,7 @@ public class ProBusinessOtherListRespDTO {
|
|
|
private boolean isLeaf;
|
|
|
@Getter
|
|
|
@Setter
|
|
|
- private List<String> executorIdList;
|
|
|
+ private List<String> executors;
|
|
|
|
|
|
private List<ProBusinessOtherListRespDTO> children;
|
|
|
|
|
@@ -74,7 +74,7 @@ public class ProBusinessOtherListRespDTO {
|
|
|
this.realTime = other.getRealTime();
|
|
|
this.title = other.getMuilesName();
|
|
|
this.isLeaf = false;
|
|
|
- this.executorIdList = executorIdList;
|
|
|
+ this.executors = executorIdList;
|
|
|
}
|
|
|
|
|
|
public String getId() {
|