Newer
Older
xc-business-system / src / views / business / taskMeasure / measureData / components / fifteenth / fifteenth-interface.ts
dutingting on 29 Nov 710 bytes 临时提交
// 检定项数据表格
export interface IDetailMeasureList {
  id: string
  dataId: string //	检定数据管理基础信息表id
  params: string // 检定项目
  frequency?: string //	频率
  frequencyUnit?: string //	频率单位
  dataType: string //	检定数据类型(一个检定数据中区分多个表格)(字典code)
  exceedMark?: number //	超出范围标*(1/0)
  kc?: string //	Kc/%
  pcu?: string //	Pcu/mW
  probeCalibrationFactor?: string //	被测探头校准因子Kb/%
  probePbu?: string //	被测探头示数Pbu/mW
  standardReflectionCoefficient?: string //	标准反射系数ГGe
  deviceReflectionCoefficient?: string //	被检智能模型反射系数Гu
  urel?: string //	U(k=2)
}