// 检定项数据表格 export interface IDetailMeasureList { absoluteError: string createTime: string dataId: string | number dataType: string 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 voltageMaxDifference: string voltageOutputValue: string voltageRegulation: string voltageRegulatorOutputValue: string params: string errorParamA: string errorParamB: string fullScaleValue: string accuracyA: string } export interface itemFormDataType { itemId: string // 检定项id itemCategoryName: string // 智能模型检定项分类名称 itemCategoryId: string // 智能模型检定项分类名称id belongStandardEquipment: string // 标准装置code belongStandardEquipmentName: string // 标准装置名称 appearanceRemark: string // 外观(1/string | numberr) appearanceFunctionCheck: string | number // 外观 voltageRegulation: string | number // 电源电压调整率 loadRegulation: string | number // 负载调整率 voltageRepresentError: string | number // 电压表示值误差 currentRepresentErrorDirect: string | number // 电流表示值误差(直接测量) currentRepresentErrorIndirect: string | number // 电流表示值误差(间接测量) rippleVoltage: string | number // 纹波电压 voltageOutputStability: string | number // 输出电压短期稳定性 remark: string // 情况说明 conclusion: string // 检验结论 }