潘志宝
2024-12-15 c021e1b0dd2090439cdb625605a61388d9ab6a02
1
2
3
4
5
6
export interface StorageMonitorInfoVO {
  name: string
  max: number
  rest: number
  restPPT: number
}