<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
const entityMapping: any = {
    <#if app.getAllPSAppDataEntities?? && app.getAllPSAppDataEntities()??>
    <#list app.getAllPSAppDataEntities() as appDataEntity>
    '${srfpluralize(appDataEntity.codeName)?lower_case}':'${appDataEntity.getCodeName()?lower_case}'<#if appDataEntity_has_next>,</#if>
    </#list>
    </#if>
}
export default entityMapping;