duheng
2024-12-09 477be839d94e42de8bef6c4fa55496253d4ceb7a
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs
@@ -15,7 +15,7 @@
        /// <summary>
        ///
        /// </summary>
        public HomeXhsProjectPropertyViewModel(XhsProjectStdDto rhs)
        public HomeXhsProjectPropertyViewModel(XhsProjectVmo rhs)
        {
            this.NO = rhs.NO;
            this.Name = rhs.Name;
@@ -97,6 +97,6 @@
        ///
        /// </summary>
        [Browsable(false)]
        public XhsProjectStdDto Project { get; set; }
        public XhsProjectVmo Project { get; set; }
    }
}