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