|
|
|
@ -2,9 +2,9 @@ package com.docus.server.convert;
|
|
|
|
|
|
|
|
|
|
import com.docus.infrastructure.web.response.PageResult;
|
|
|
|
|
import com.docus.server.entity.scheduling.management.SchCollectRecordRetryLog;
|
|
|
|
|
import com.docus.server.dto.scheduling.management.schcollectrecordretrylog.AddSchCollectRecordRetryLogDTO;
|
|
|
|
|
import com.docus.server.dto.scheduling.management.schcollectrecordretrylog.EditSchCollectRecordRetryLogDTO;
|
|
|
|
|
import com.docus.server.dto.scheduling.management.schcollectrecordretrylog.DeleteSchCollectRecordRetryLogDTO;
|
|
|
|
|
import com.docus.server.dto.scheduling.management.schcollectrecordretrylog.AddSchCollectRecordRetryLogDTO;
|
|
|
|
|
import com.docus.server.dto.scheduling.management.schcollectrecordretrylog.EditSchCollectRecordRetryLogDTO;
|
|
|
|
|
import com.docus.server.dto.scheduling.management.schcollectrecordretrylog.DeleteSchCollectRecordRetryLogDTO;
|
|
|
|
|
import com.docus.server.vo.scheduling.management.schcollectrecordretrylog.SchCollectRecordRetryLogVO;
|
|
|
|
|
|
|
|
|
|
import org.mapstruct.Mapper;
|
|
|
|
@ -14,12 +14,11 @@ import org.mapstruct.factory.Mappers;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* 采集记录表重试表 服务转换器
|
|
|
|
|
*
|
|
|
|
|
* @author AutoGenerator
|
|
|
|
|
* @since 2023-07-15
|
|
|
|
|
*/
|
|
|
|
|
* 采集记录表重试表 服务转换器
|
|
|
|
|
*
|
|
|
|
|
* @author AutoGenerator
|
|
|
|
|
* @since 2023-07-15
|
|
|
|
|
*/
|
|
|
|
|
@Mapper
|
|
|
|
|
public interface SchCollectRecordRetryLogConvert {
|
|
|
|
|
|
|
|
|
|