export interface IList { id: string params: string // 检定项目 nominalValue: string // 标称值 unit: string // 单位 allowValue: string // 最小允许值 }