浏览代码

项目档案返回参数更改

jihs 4 年之前
父节点
当前提交
0b6ebe40a7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/org/jeecg/common/dto/archives/ProBusinessOtherListRespDTO.java

+ 2 - 2
src/main/java/org/jeecg/common/dto/archives/ProBusinessOtherListRespDTO.java

@@ -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() {