Newer
Older
xc-business-system / src / views / equipement / standard / book / components / config / thirteenth / thirteenth-interface.ts
dutingting on 15 Mar 2024 1 KB 示波器核查项80%
export interface IList {
  id: string //	id,更新/删除使用参数
  params?: string //	核查项目(字典value)
  checkPoint?: string | number //	核查点/快沿(上升时间)(字典value)
  unit?: string //	核查点单位/快沿单位(上升时间)(字典value)
  checkType?: string //	核查类型(字典value)
  cycleNumber?: number //	循环次数
  equipmentId?: string //	配套设备id
  equipmentName?: string //	探头设备名称
  itemCategoryId?: string //	核查项分类id(能够确定是哪个标准装置)
  manufactureNo?: string //	探头出厂编号
  maximumErrorAbsolute?: string //	最大允许误差的绝对值
  maximumErrorAbsoluteUnit?: string //	最大允许误差的绝对值单位
  model?: string //	探头规格型号
  referencePoint?: number //	是否为参考点
  remark?: string //	核查项备注
  technicalIndex?: string //	技术指标
  technicalIndexSymbol?: string //	技术指标前符号
  technicalIndexUnit?: string //	技术指标单位
  typeValue?: string //	类型
}