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

公开测试行为

上级 3337aeb3
...@@ -141,8 +141,8 @@ public class ${itemCodeName}Resource { ...@@ -141,8 +141,8 @@ public class ${itemCodeName}Resource {
<#assign deaction = apiMethod.getPSDEAction()> <#assign deaction = apiMethod.getPSDEAction()>
<#assign deactionName = deaction.getName()> <#assign deactionName = deaction.getName()>
<#assign deactionCodeName = deaction.getCodeName()> <#assign deactionCodeName = deaction.getCodeName()>
<#--<#comment>输出测试行为</#comment>--> <#comment>输出测试行为</#comment>
<#--<@outputTestActionDetail deaction>--> <@outputTestActionDetail deaction/>
<#if deaction.codeName?lower_case == 'create'> <#if deaction.codeName?lower_case == 'create'>
<@SecurityAnnotation deaction/> <@SecurityAnnotation deaction/>
@ApiOperation(value = "新建${deLogicName}", tags = {"${deLogicName}" }, notes = "新建${deLogicName}") @ApiOperation(value = "新建${deLogicName}", tags = {"${deLogicName}" }, notes = "新建${deLogicName}")
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册