新火炬后端单体项目初始化代码
zhangherong
3 天以前 a27f1b573fc5cf9a3b78e2eacb56e44310f83456
1
2
3
4
5
6
<#include "../../utils.ftl">
<#list columns as po>
  <#if po.isShow == 'Y' && poHasCheck(po)>
    ${po.fieldName}: [<#include "vue3CoreNative.ftl">],
  </#if>
</#list>