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