Shuxia Ning
2025-01-13 cae9e1ebdb3f65c75aba5f703c97a857c6e44f38
Vmo/HStation.Vmo.Assets.Core/06-Elbow/AssetsElbowFactorVmo.cs
@@ -1,6 +1,4 @@
using HStation.Dto.Assets;
namespace HStation.Vmo
namespace HStation.Vmo
{
    public class AssetsElbowFactorVmo
    {
@@ -20,6 +18,7 @@
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.Angle = rhs.Angle;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -34,6 +33,7 @@
            this.Material = rhs.Material;
            this.Caliber = rhs.Caliber;
            this.MinorLoss = rhs.MinorLoss;
            this.Angle = rhs.Angle;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -64,6 +64,11 @@
        public double MinorLoss { get; set; }
        /// <summary>
        /// 角度
        /// </summary>
        public int? Angle { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }