新火炬后端单体项目初始化代码
zhangherong
2025-08-20 7acd9609e6fd88500f6056165a021b1f6ce0f697
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>