Newer
Older
SpaceIntegration_front / src / components / buttonBox / buttonBox.ts
liyaguang on 30 Oct 2023 83 bytes 巡检管理调试
export interface IMenu {
  name: string // 名字
  id?: string
  value?: string
}