|
@@ -2,9 +2,7 @@ package org.jeecg.modules.cmmsSpotcheckContent.convert;
|
|
|
|
|
|
|
|
|
import org.jeecg.modules.cmmsSpotcheckContent.entity.CmmsSpotcheckContent;
|
|
|
-import org.jeecg.modules.cmmsSpotcheckItem.entity.CmmsSpotcheckItem;
|
|
|
import org.mapstruct.Mapper;
|
|
|
-import org.mapstruct.Mapping;
|
|
|
import org.mapstruct.ReportingPolicy;
|
|
|
import org.mapstruct.factory.Mappers;
|
|
|
import org.springframework.util.CollectionUtils;
|
|
@@ -16,7 +14,6 @@ public interface CmmsSpotcheckContentConvert {
|
|
|
|
|
|
CmmsSpotcheckContentConvert INSTANCE = Mappers.getMapper(CmmsSpotcheckContentConvert.class);
|
|
|
|
|
|
- @Mapping(target ="equipmenttreeid",source ="equipmenttreeid")
|
|
|
CmmsSpotcheckContent convert(CmmsSpotcheckContent cmmsSpotcheckContent, String itemcode, String equipmenttreeid);
|
|
|
|
|
|
}
|