import { A1tbType } from '@/types' export type A1EditInfoType = { id: number txt: '新增' | '编辑' | '' info?: A1tbType }