<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<#list app.getAllPSAppViews() as view>
<#assign num = view_index />
</#list>
{
<#list app.getAllPSAppViews() as view>
"${view.getCodeName()?lower_case}": {
"title": "${view.getTitle()}",
"caption": "${view.getCaption()}",
"viewtype": "${view.getViewType()}",
"viewmodule": "${view.getPSAppModule().getCodeName()}",
"viewname": "${view.getCodeName()}",
"viewtag": "${view.getId()}",
"memo": "${view.getMemo()}"
}<#if view_index != num>,</#if>
</#list>
}
-
由 tony001 提交于9c2159fb