提交 60451099 编写于 作者: zhouweidong's avatar zhouweidong

自定义行为注释

上级 3cec0b09
......@@ -51,9 +51,9 @@ public class ${item.codeName}ExService extends ${item.codeName}ServiceImpl {
<#list item.getAllPSDEActions() as deaction>
<#if deaction.isEnableBackend()>
<#if deaction.getActionType()=='USERCUSTOM'>
<#assign actionAnno="自定义行为["+deaction.getCodeName()+"]">
<#assign actionAnno="["+deaction.getCodeName()+"] 行为扩展">
<#if ((deaction.getLogicName())!'')!=''>
<#assign actionAnno="自定义行为["+deaction.getCodeName()+"]:"+deaction.getLogicName()>
<#assign actionAnno="["+deaction.getCodeName()+":"+deaction.getLogicName()+"] 行为扩展">
</#if>
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册