// 环境记录单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 }