lixiaojun
2024-07-30 f45bba0b5ecf73df67af6cb60e57ea956d82a8ab
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; }