Newer
Older
xc-metering-front / src / components / buttonBox / buttonBox.ts
liyaguang on 19 Jul 2023 83 bytes first commit
export interface IMenu {
  name: string // 名字
  id?: string
  value?: string
}