lixiaojun
2025-01-13 1c30ee4068eb5dba3c6b9a4987b98034f2a622d0
WinFrmUI/Yw.WinFrmUI.Hydro.Core/01-scene/HydroSceneMgrViewModel.cs
@@ -18,7 +18,22 @@
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.FlagsString = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.Vmo = rhs;
        }
        /// <summary>
        ///
        /// </summary>
        public void Reset(Yw.Vmo.HydroSceneVmo rhs)
        {
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
@@ -47,7 +62,7 @@
        /// 标签
        /// </summary>
        [Display(Name = "标签")]
        public string FlagsString { get; set; }
        public string Flags { get; set; }
        /// <summary>
        /// 标志