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

调整服务接口实体关系

上级 76af581d
......@@ -87,6 +87,7 @@ public class ${item.getCodeName()}DTO extends DTOBase implements Serializable {
<#comment>输出关系数据(子实体)</#comment>
<#if item.getPSDEServiceAPIRSs()?? >
<#list item.getPSDEServiceAPIRSs() as apider>
<#if apider.getPSDER1N()??>
<#assign der = apider.getPSDER1N() >
<#if apider.getMinorPSDEServiceAPI().isNested()>
<#assign subDTOs = srfpluralize(apider.getMinorPSDEServiceAPI().getCodeName())?lower_case >
......@@ -100,6 +101,7 @@ public class ${item.getCodeName()}DTO extends DTOBase implements Serializable {
private List<${apider.getMinorPSDEServiceAPI().getCodeName()}DTO> ${subcode} ;
</#if>
</#if>
</#list>
</#if>
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册