duheng
2024-08-21 6c88a90d2330a27c0052a22538f6ebd6200faae7
WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyViewModel.cs
@@ -18,14 +18,13 @@
        {
            this.NO = rhs.NO;
            this.Name = rhs.Name;
            this.StartTime = rhs.StartTime?.ToStandardString();
            this.EndTime = rhs.EndTime?.ToStandardString();
            this.PublishStatus = rhs.PublishStatus;
            this.Address = rhs.Address;
            this.Customer = rhs.Customer;
            this.Flags = Yw.Untity.FlagsHelper.ToString(rhs.Flags);
            this.TagName = rhs.TagName;
            this.Description = rhs.Description;
            this.Project = rhs;
        }
        /// <summary>
@@ -64,14 +63,6 @@
        [Browsable(true)]
        public string EndTime { get; set; }
        /// <summary>
        /// 发布状态
        /// </summary>
        [DisplayName("发布状态")]
        [Category("基本信息")]
        [PropertyOrder(5)]
        [Browsable(true)]
        public ePublishStatus PublishStatus { get; set; }
        /// <summary>
        /// 详细地址
@@ -120,8 +111,11 @@
        [MultiText]
        public string Description { get; set; }
        /// <summary>
        ///
        /// </summary>
        [Browsable(false)]
        public XhsProjectStdDto Project { get; set; }