提交 82bde6b9 编写于 作者: zhouweidong's avatar zhouweidong

恢复

上级 3ea825a1
<#ibiztemplate> <#ibiztemplate>
TARGET=PSDEDATAIMP TARGET=PSDEDATAIMP
</#ibiztemplate> </#ibiztemplate>
<#comment>默认导入</#comment>
<#if item.isDefaultMode()==false>
<#comment>引入驼峰配置</#comment> <#comment>引入驼峰配置</#comment>
<#ibizinclude>/SLN/globalfunc.cfg</#ibizinclude> <#ibizinclude>/SLN/globalfunc.cfg</#ibizinclude>
package ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().codeName?lower_case}.mapping; package ${pub.getPKGCodeName()}.core.${de.getPSSystemModule().codeName?lower_case}.mapping;
...@@ -29,5 +27,4 @@ public interface ${de.codeName}${item.codeName} { ...@@ -29,5 +27,4 @@ public interface ${de.codeName}${item.codeName} {
${de.codeName} toDomain(${de.codeName} entity); ${de.codeName} toDomain(${de.codeName} entity);
List<${de.codeName}> toDomain(List<${de.codeName}> entities); List<${de.codeName}> toDomain(List<${de.codeName}> entities);
} }
</#if> \ No newline at end of file
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册