wupengfei
2025-11-10 ea0b0c3483446d506285c9e5b12c0ab0a211ad71
1
2
3
4
5
6
7
8
9
import { defineColumns } from '@bole-core/components';
 
export const CommonAnnexTableColumns = defineColumns([
  {
    id: '1',
    enCode: 'name',
    name: '文件名',
  },
]);