using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SensorHub.Servers.JsonFormat { class ConfigDevRespJson : ConfigJson { public string logTime { get; set; } //记录时间 } }