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
}