duheng
2024-06-22 0618fadff0d2e95716db801ef0c7a96ff9e1f20e
HStation.Service.Xhs.Core/01-entity/XhsProject.cs
@@ -22,6 +22,7 @@
        {
            this.GID = rhs.GID;
            this.ID = rhs.ID;
            this.PrjNumber = rhs.PrjNumber;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -41,6 +42,11 @@
        public string GID { get; set; }
        /// <summary>
        /// 项目编号
        /// </summary>
        public string PrjNumber { get; set; }
        /// <summary>
        /// 名称
        /// </summary>
        public string Name { get; set; }