Newer
Older
jh-business-system / src / views / business / measure / item / components / sixth / templateDetail-interface.ts
dutingting on 24 Jul 278 bytes Initial commit: 项目初始化
export interface IList {
  id: string
  params: string // 检定项目
  nominalValue: string //		标称值
  unit: string //		单位
  allowValue: string //		最小允许值
  editable?: boolean
  upperAllowValue: string //		允许值
  lowerAllowValue: string //		允许值
}