com.arextest.web.model.mapper.BatchCompareReportStatisticsMapper Maven / Gradle / Ivy
// package com.arextest.web.model.mapper;
//
// import com.arextest.web.model.contract.contracts.batchcomparereport.BatchCompareSummaryItem;
// import com.arextest.web.model.dao.mongodb.batchcomparereport.BatchCompareReportStatisticsCollection;
// import org.mapstruct.Mapper;
// import org.mapstruct.factory.Mappers;
//
// /**
// * Created by rchen9 on 2023/2/10.
// */
// @Mapper
// public interface BatchCompareReportStatisticsMapper {
//
// BatchCompareReportStatisticsMapper INSTANCE = Mappers.getMapper(BatchCompareReportStatisticsMapper.class);
//
// BatchCompareSummaryItem itemFromDao(BatchCompareReportStatisticsCollection dao);
// }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy