Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # srt-cloud-framework/srt-cloud-flink/build/extends/flink-client-1.14-2.0.0.jar # srt-data-development/src/main/java/net/srt/disposition/service/impl/DataProductionServiceImpl.javapull/3/head
commit
86303182f7
|
@ -1,11 +1,6 @@
|
||||||
package net.srt.Hadoop.convert;
|
package net.srt.Hadoop.convert;
|
||||||
|
|
||||||
import net.srt.Fink.convert.FinkConvert;
|
|
||||||
import net.srt.Fink.dto.FinkAddDto;
|
|
||||||
import net.srt.Fink.entity.FinkEntity;
|
|
||||||
import net.srt.Fink.vo.FinkVo;
|
|
||||||
import net.srt.Hadoop.dto.HadoopAddDto;
|
import net.srt.Hadoop.dto.HadoopAddDto;
|
||||||
import net.srt.Hadoop.dto.HadoopDto;
|
|
||||||
import net.srt.Hadoop.entity.HadoopEntity;
|
import net.srt.Hadoop.entity.HadoopEntity;
|
||||||
import net.srt.Hadoop.vo.HadoopVo;
|
import net.srt.Hadoop.vo.HadoopVo;
|
||||||
import org.mapstruct.Mapper;
|
import org.mapstruct.Mapper;
|
||||||
|
|
|
@ -93,5 +93,4 @@ public class DataProductionServiceImpl extends BaseServiceImpl<DataProductionMap
|
||||||
}
|
}
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,8 +11,8 @@ import java.util.List;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class DataProductionTreeVo {
|
public class DataProductionTreeVo {
|
||||||
private Long id;
|
private Integer id;
|
||||||
private Long parentId;
|
private Integer parentId;
|
||||||
private Integer ifLeaf;
|
private Integer ifLeaf;
|
||||||
private Long taskId;
|
private Long taskId;
|
||||||
private String taskType;
|
private String taskType;
|
||||||
|
|
Loading…
Reference in New Issue