新火炬后端单体项目初始化代码
Houjie
4 天以前 44e608f7d29a0e7b862e17148a98aba6dacba1b0
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>