Newer
Older
xc-business-system / src / views / equipement / standard / book / components / config / fifteenth / fifteenth-interface.ts
export interface IList {
  id?: string //	id,更新/删除使用参数
  params: string //	核查项目(字典value)
  frequency: string //	频率
  frequencyUnit: string //	频率单位
  kc: string //	Kc/%
  checkType: string //	核查类型(字典value)
  cycleNumber: number //	循环次数
  equipmentId: string //	配套设备id
  itemCategoryId: string //	核查项分类id(能够确定是哪个标准库)
  remark: string //	核查项备注
  urel: string //	U(k=2)
}