Newer
Older
xc-business-system / src / views / business / measure / item / components / sixth / templateDetail-interface.ts
export interface IList {
  id: string
  params: string // 检定项目
  nominalValue: string //		标称值
  unit: string //		单位
  allowValue: string //		最小允许值
  editable?: boolean
  upperAllowValue: string //		允许值
  lowerAllowValue: string //		允许值
}