Newer
Older
vue3-front / src / views / business / lab / environmental / environmentalList_interface.ts
MrTan on 10 Feb 2023 291 bytes 原始记录、证书报告
// 环境记录单list类型
export interface ISupplier {
  environmentCode: string
  roomNumber: string
  recorder: string
  temperature: string
  humidity: string
  outputVoltage: string
  zeroGroundVoltage: string
  remark: string
  recordTime: string
  createUser: string
  id: string
}