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