index.ts.ftl 440 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
// 预置 api 接口对象
import './appdata/appdata';
import './codelist/codelist';
import './viewconfig/viewconfig';
import './portlet/portlet';
import './login/login';
import './upload/upload';

// 实体级接口对象
<#list app.getAllPSAppDataEntities() as dataEntitey>
import './entity/${srffilepath2(dataEntitey.getCodeName())}s/${srffilepath2(dataEntitey.getCodeName())}s';
</#list>