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