using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Model.Monitor { /// /// 瞬时参数 /// public class InstantParameters : JsonModel { /// /// 默认值 /// public double? DefaultValue { get; set; } } }