wxr
2022-09-02 c207cd8df8a432d044bbc9e0da7f05d200769ef1
HDL_ON/UI/UI2/FuntionControlView/EnvironmentalScience/EnvironmentalSensorPage.cs
@@ -73,7 +73,7 @@
            };
            bodyView.AddChidren(contentView);
            contentView.AddChidren(new Button() { Height = Application.GetRealHeight(12) });
            contentView.AddChidren(new Button() { Height = Application.GetRealHeight(16) });
            FrameLayout diagramView = new FrameLayout()
            {
@@ -955,5 +955,10 @@
        /// <summary>
        /// </summary>
        public string fieldValue { get; set; }
        /// <summary>
        /// 时间
        /// </summary>
        public string time { get; set; }
    }
}