lixiaojun
2024-12-10 5587341ac6e50a040972d33d83de632e7d0c87af
Dto/HStation.Dto.Xhs.Core/03-scheme/XhsSchemeStdDto.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;
            this.AllowCustom = rhs.AllowCustom;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.UseStatus = rhs.UseStatus;
@@ -50,9 +51,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>
        /// 参数