duheng
2024-12-04 7079cbb505471a8d3251cac4e27c7a3841f8e656
Dto/HStation.Dto.Assets.Core/12-Compressor/02-CompressorMain/AddAssetsCompressorMainInput.cs
@@ -8,13 +8,14 @@
        public AddAssetsCompressorMainInput(Model.AssetsCompressorMain rhs)
        {
            this.ID = rhs.ID;
            this.MinorLoss = rhs.MinorLoss;
            this.Material = rhs.Material;
            this.Name = rhs.Name;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
            this.KeyWord = rhs.KeyWord;
            this.SeriesID = rhs.SeriesID;
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.SortCode = rhs.SortCode;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.Description = rhs.Description;
        }
        public long ID { get; set; }
@@ -30,11 +31,31 @@
        public long SeriesID { get; set; }
        /// <summary>
        /// 口径
        /// </summary>
        public double? Caliber { get; set; }
        /// <summary>
        /// 材料
        /// </summary>
        public string Material { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public Dictionary<string, string> Paras { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        public List<string> Flags { get; set; }
        /// <summary>
        /// 标志
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// 系数
        /// </summary>
        public double? MinorLoss { get; set; }