update 优化 删除无用导入

This commit is contained in:
疯狂的狮子Li 2026-06-22 11:33:22 +08:00
parent eb410bb792
commit be1f2ac382

View File

@ -1,5 +1,3 @@
import type { BaseEntity<#if !table.tree>, PageQuery</#if> } from '@/api/types';
export interface ${BusinessName}VO { export interface ${BusinessName}VO {
<#list columns as column> <#list columns as column>
<#if column.list> <#if column.list>