duheng
2025-01-09 a91c47d4ae8ad414e492a66f10eafce678892503
Service/HStation.Service.Assets.Core/01-entity/20-Translation/AssetsTranslationFactor.cs
@@ -22,7 +22,6 @@
        {
            this.Name = rhs.Name;
            this.Material = rhs.Material;
            this.Diameter = rhs.Diameter;
            this.StartDiameter = rhs.StartDiameter;
            this.EndDiameter = rhs.EndDiameter;
            this.TranslationType = rhs.TranslationType;
@@ -42,11 +41,6 @@
        ///</summary>
        [SugarColumn(Length = 255, IsNullable = true)]
        public string Material { get; set; }
        /// <summary>
        /// 直径
        /// </summary>
        public double Diameter { get; set; }
        /// <summary>
        /// 上游直径