wupengfei
2025-11-07 94d29c8dff70c0c48c9df0dc8539678dea362e5e
1
2
3
4
5
6
7
8
9
export type DrawerTableDataItem = {
  id?: string;
  enCode: string;
  name: string;
  sortCode: number;
  width?: string;
  isEdit?: boolean;
  isShow?: boolean;
};