using System; using System.Collections.Generic; using System.Text; namespace DllEapEntity.RA { public class TempDetail { public string FCode { get; set; } public string MacNum { get; set; } public string HumidPV { get; set; } public string HumidSv { get; set; } public string TemperaturePV { get; set; } public string TemperatureSV { get; set; } public DateTime Date { get; set; } } }