using SensorHub.Servers.JsonFormat; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SensorHub.Lamphouse { class LamphouseConfigJson : ConfigJson { public LamphouseConfigItemsJson configItems { get; set; } //配置参数 } }