Shuxia Ning
2025-01-08 687a3dfd095bc8c099b7fa6e65f0dc699fdc8f1d
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; }