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