duheng
2024-11-17 a2a57963e160a319276c5c8499f16c9809056e4c
Dto/HStation.Dto.Assets.Core/12-Compressor/02-CompressorMain/AssetsCompressorMainDto.cs
@@ -1,4 +1,5 @@
using HStation.Assets;
using System.Reflection.Metadata;
namespace HStation.Dto.Assets
{
@@ -10,13 +11,14 @@
        public AssetsCompressorMainDto(Model.AssetsCompressorMain rhs)
        {
            this.ID = rhs.ID;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.Description = rhs.Description;
            this.SortCode = rhs.SortCode;
            this.KeyWord = rhs.KeyWord;
            this.Name = rhs.Name;
            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; }
@@ -32,6 +34,11 @@
        public long SeriesID { get; set; }
        /// <summary>
        /// 口径
        /// </summary>
        public double? Caliber { get; set; }
        /// <summary>
        /// 材料
        /// </summary>
        public string Material { get; set; }