duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
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,6 +31,11 @@
        public long SeriesID { get; set; }
        /// <summary>
        /// 口径
        /// </summary>
        public double? Caliber { get; set; }
        /// <summary>
        /// 材料
        /// </summary>
        public string Material { get; set; }