data.ts 132 B

1234567
  1. import { A1tbType } from '@/types'
  2. export type A1EditInfoType = {
  3. id: number
  4. txt: '新增' | '编辑' | ''
  5. info?: A1tbType
  6. }