lixiaojun
2024-07-25 8b2f98400842e022aefd5f2f935ca62239a75228
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs
@@ -26,6 +26,8 @@
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.TagName = rhs.TagName;
            this.Description = rhs.Description;
            this.Project = rhs;
        }
        /// <summary>
@@ -120,8 +122,11 @@
        [MultiText]
        public string Description { get; set; }
        /// <summary>
        ///
        /// </summary>
        [Browsable(false)]
        public XhsProjectStdDto Project { get; set; }