Newer
Older
xc-business-system / src / views / equipement / standard / book / components / config / seventeenth / seventeenth-interface.ts
dutingting on 15 Apr 2024 696 bytes S参数配置核查项完成
export interface IList {
  id: string //	id,更新/删除使用参数
  equipmentId: string //	配套设备id
  itemCategoryId?: string //	核查项分类id(能够确定是哪个标准装置)
  params: string //	核查项目(字典value)
  typeValue?: string //	类型
  checkType?: string //	核查类型(字典value)
  vswr?: string //	VSWR
  amplitude?: string //	幅度
  amplitudeUnit?: string //	幅度单位
  cycleNumber: number //	循环次数
  frequency?: string | number | undefined //	频率
  frequencyUnit?: string //	频率单位
  phase?: string //	相位
  phaseUnit?: string //	相位单位
  remark: string //	核查项备注
  urel: string | number | undefined //	U(k=2)
}