import { A2tbType } from '@/types' export type A2EditInfoType = { id: number txt: '新增' | '编辑' | '查看' | '' info?: A2tbType }