duheng
2024-06-22 0618fadff0d2e95716db801ef0c7a96ff9e1f20e
HStation.Dto.Xhs.Core/02-projectItem/XhsProjectItemDto.cs
@@ -16,6 +16,7 @@
        /// </summary>
        public XhsProjectItemDto(HStation.Model.XhsProjectItem rhs)
        {
            this.ID = rhs.ID;
            this.ProjectID = rhs.ProjectID;
            this.Name = rhs.Name;
            this.TagName = rhs.TagName;
@@ -25,7 +26,10 @@
            this.CreateUserID = rhs.CreateUserID;
            this.Version = rhs.Version;
        }
        /// <summary>
        /// 项目ID
        /// </summary>
        public long ID { get; set; }
        /// <summary>
        /// 项目ID
        /// </summary>