提交 3901203d 编写于 作者: KK's avatar KK

界面行为文件发布问题

上级 741a4701
<#ibiztemplate>
TARGET=PSAPPDATAENTITY
</#ibiztemplate>
<#if item.getAllPSAppDEUIActions()??>
<#list item.getAllPSAppDEUIActions() as appdeUIAction>
<#assign exist = true>
</#list>
</#if>
<#if exist??>
import ${srfclassname(item.getCodeName())}UIActionBase from './${srffilepath2(item.getCodeName())}-ui-action-base';
/**
......@@ -19,4 +13,3 @@ import ${srfclassname(item.getCodeName())}UIActionBase from './${srffilepath2(it
export class ${srfclassname(item.getCodeName())}UIAction extends ${srfclassname(item.getCodeName())}UIActionBase { }
// 默认导出
export default ${srfclassname(item.getCodeName())}UIAction;
</#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册