新火炬后端单体项目初始化代码
zhangherong
3 天以前 399e7d565f19f59a8da82277da8f3eab527c2c56
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>