提交 f03447ed 编写于 作者: Mosher's avatar Mosher

update:更新

上级 8aab4822
......@@ -70,7 +70,7 @@ export default class ${srfclassname('${item.getCodeName()}')}UILogicBase {
returnParam: '${logicNode.getReturnParam().codeName}',
</#if>
<#if logicNode.getReturnType?? && logicNode.getReturnType()??>
returnType: '${logicNode.getReturnType().codeName}',
returnType: '${logicNode.getReturnType()}',
</#if>
<#if logicNode.getRawValue?? && logicNode.getRawValue()??>
returnRawValue: '${logicNode.getRawValue()}',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册