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

自定义行为注释

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