Newer
Older
smart-metering-front / src / components / buttonBox / buttonBox.ts
dutingting on 14 Mar 2023 83 bytes bug修复、代码规范修改、接口联调
export interface IMenu {
  name: string // 名字
  id?: string
  value?: string
}