Shuxia Ning
2025-01-08 687a3dfd095bc8c099b7fa6e65f0dc699fdc8f1d
Dto/HStation.Dto.Assets.Core/04-PipeLine/03-Factor/AssetsPipeFactorStdDto.cs
@@ -10,11 +10,9 @@
        public AssetsPipeFactorStdDto(Model.AssetsPipeFactor rhs)
        {
            this.ID = rhs.ID;
            this.PipeLineID = rhs.PipeLineID;
            this.Name = rhs.Name;
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.eAlgorithmType = rhs.eAlgorithmType;
            this.StartValue = rhs.StartValue;
            this.EndValue = rhs.EndValue;
        }
@@ -25,16 +23,6 @@
        /// 名称
        /// </summary>
        public string Name { get; set; }
        /// <summary>
        /// 算法类型
        /// </summary>
        public eAlgorithmType eAlgorithmType { get; set; }
        /// <summary>
        /// 管道ID
        /// </summary>
        public long PipeLineID { get; set; }
        /// <summary>
        /// 口径