duheng
2025-03-20 1ec65a7b983a7d519c3602d20a855ac1bac1825e
WinFrmUI/IBox.WinFrmUI/Model/DataGridMonitorViewModel.cs
@@ -29,16 +29,16 @@
        public string Description { get; set; }
        public bool IsEnable { get; set; }
        public int? Operator {  get; set; }
        public int? Operator { get; set; }
        public string BusAddress { get; set; }
        public int BusType { get; set; }
        public string Operands {  get; set; }
        public string Operands { get; set; }
        public int Accuracy { get; set; }
        public int AdcType {  get; set; }
        public int AdcType { get; set; }
        public decimal UpperRange { get; set; }
        public decimal LowerRange { get; set;}
        public decimal LowerRange { get; set; }
    }
}