Newer
Older
BJgas-metering-front / src / components / buttonBox / buttonBox.ts
liyaguang on 21 Apr 2023 65 bytes first commit
export interface IMenu {
  name: string // 名字
  id: string
}