Newer
Older
CorrOLFront / src / components / ScanSampleDialog / scan-interface.ts
tanyue on 5 Mar 2024 405 bytes 20240305 初始提交
export interface ISampleScan {
  sampleId?: string // 样品id
  sampleNo: string // 样品编号
  sampleName: string // 样品名称
  sampleModel: string // 样品型号
  manufacturingNo: string // 出厂编号
  customerNo: string // 委托方代码
  customerName: string // 委托方名称
  orderId: string // 委托书id
  orderNo: string // 委托书编号
  labelBind: string // 标签绑定
}