using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SensorHub.Servers.JsonFormat { public abstract class DatasJson { public string uptime { get; set; } //数据上传时间 } }