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);