Newer
Older
smart-metering-front / src / components / buttonBox / buttonBox.ts
dutingting on 15 Feb 2023 65 bytes 细节优化
export interface IMenu {
  name: string // 名字
  id: string
}