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