Przeglądaj źródła

项目档案返回参数更改

jihs 4 lat temu
rodzic
commit
0b6ebe40a7

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