lixiaojun
2024-08-06 62f18f31a10fd5597b45151f688e5189eba888fd
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/03-mgr/XhsProjectMgrViewModel.cs
@@ -23,9 +23,6 @@
            this.ParentID = project.ParentID;
            this.NO = project.NO;
            this.Name = project.Name;
            this.StartTime = project.StartTime?.ToStandardString();
            this.EndTime = project?.EndTime?.ToStandardString();
            this.PublishStatus = project.PublishStatus.GetDisplayText();
            this.Address = project.Address;
            this.Customer = project.Customer;
            this.Flags = Yw.Untity.FlagsHelper.ToString(project.Flags);