wupengfei
6 小时以前 ca03f54c785cc814b9efa75b3aa1985b1c30e960
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;
};