Newer
Older
xc-business-system / src / views / business / measure / item / components / second / templateDetail-interface.ts
lyg on 6 Jan 2024 1016 bytes 直流稳压电源鉴定项配置
export interface IList {
  params: string
  dataType: string
  absoluteError?: string
  createTime?: string
  dataId?: string | number
  dataTypeType?: string
  exceedMark?: string | number
  id?: string | number
  loadRegulation?: string
  loadSituation?: string
  maximumError?: string
  maximumErrorUnit?: string
  measureIndicationValue?: string
  outputChannel?: string
  outputVoltageMaxChange?: string
  resolution?: string | number
  resolutionDigit?: string | number
  rippleVoltage?: string
  shortTermStability?: string
  standardResistanceValue?: string
  standardResistanceValueUnit?: string
  standardValue?: string
  standardVoltageValue?: string
  standardVoltageValueUnit?: string
  technicalIndex?: string
  technicalIndexDigit?: string | number
  technicalIndexSymbol?: string
  unit?: string
  updateTime?: string
  voltageDifference?: string
  voltageOutputValue?: string
  voltageMaxDifference?: string
  voltageRegulatorOutputValue?: string
  voltageRegulation?: string
  editable?: boolean
}