新火炬后端单体项目初始化代码
Lius
2025-08-05 904727f59b7e10a291ce7d1576e33192a619f2f2
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>