zhengyiming
4 天以前 b42ca1e9ab197ce53828f4607610ae10f25965bb
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;
};