lixiaojun
2024-12-10 8d7b513f8546ed1f48fe9f4586cf5b2ea2794a3e
WinFrmUI/Yw.WinFrmUI.Hydro.Core/12-monitor/01-set/SetHydroMonitorViewModel.cs
@@ -18,6 +18,7 @@
            this.Checked = vmo.ID > 0;
            this.Relation = visual.Name;
            this.PropName = HydroVisualCalcuPropHelper.GetName(vmo.PropName);
            this.Flags = Yw.Untity.FlagsHelper.ToString(vmo.Flags);
            this.Description = vmo.Description;
            this.Vmo = vmo;
        }
@@ -41,6 +42,12 @@
        public string PropName { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        [DisplayName("标签")]
        public string Flags { get; set; }
        /// <summary>
        /// 说明
        /// </summary>   
        [DisplayName("说明")]