Shuxia Ning
2024-12-17 33b5627e2d1092f6931165b7f9f1a16de65d765d
Service/HStation.Service.Xhs.Core/02-model/XhsScheme.cs
@@ -21,7 +21,8 @@
            this.SiteID = rhs.SiteID;
            this.NO = rhs.NO;
            this.Name = rhs.Name;
            this.SchemeType = rhs.SchemeType;
            this.ChangeTypes = rhs.ChangeTypes?.ToList();
            this.AllowCustom = rhs.AllowCustom;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.UseStatus = rhs.UseStatus;
@@ -38,7 +39,8 @@
            this.SiteID = rhs.SiteID;
            this.NO = rhs.NO;
            this.Name = rhs.Name;
            this.SchemeType = rhs.SchemeType;
            this.ChangeTypes = rhs.ChangeTypes?.ToList();
            this.AllowCustom = rhs.AllowCustom;
            this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras);
            this.Flags = rhs.Flags?.ToList();
            this.UseStatus = rhs.UseStatus;
@@ -62,9 +64,14 @@
        public string Name { get; set; }
        /// <summary>
        /// 方案类型
        /// 变更类型
        /// </summary>
        public eSchemeType SchemeType { get; set; }
        public List<string> ChangeTypes { get; set; }
        /// <summary>
        /// 自定义
        /// </summary>
        public bool AllowCustom { get; set; }
        /// <summary>
        /// 参数