lixiaojun
2025-04-09 0f99680aff09e91f521b5909aab42811c1c3e6f1
Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowFactor.cs
@@ -22,6 +22,7 @@
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.Angle = rhs.Angle;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -50,6 +51,11 @@
        public double MinorLoss { get; set; }
        /// <summary>
        /// 角度
        /// </summary>
        public int? Angle { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }