public ${node.getPSAppDataEntity().codeName?lower_case}Service: any;
</#if>
</#if>
</#if>
</#list>
</#if>
public ${node.getPSAppDataEntity().codeName?lower_case}Service: any = async ()=>{ await this.getService('${node.getPSAppDataEntity().codeName?lower_case}');}