提交 274b381a 编写于 作者: zhouweidong's avatar zhouweidong

索引实体

上级 5d386788
......@@ -29,14 +29,12 @@ package ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().codeName?lower_cas
import org.mapstruct.*;
import ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().getCodeName()?lower_case}.domain.${de.codeName};
import ${pub.getPKGCodeName()}.core.${majorIndexDE.getPSSystemModule().getCodeName()?lower_case}.domain.${majorIndexDE.codeName};
import ${pub.getPKGCodeName()}.util.domain.MappingBase;
import org.mapstruct.factory.Mappers;
import java.util.List;
@Mapper(componentModel = "spring", uses = {},
nullValuePropertyMappingStrategy = NullValuePropertyMappingStrategy.IGNORE,
nullValueCheckStrategy = NullValueCheckStrategy.ALWAYS)
public interface ${item.getCodeName()}Mapping extends MappingBase<${item.codeName}, ${indexPSDER.codeName}> {
public interface ${de.codeName}InheritMapping {
@Mappings({
<#if indexPSDER.getPropertyMapNames?? && indexPSDER.getPropertyMapNames()??>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册