Shuxia Ning
2025-01-08 687a3dfd095bc8c099b7fa6e65f0dc699fdc8f1d
Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowFactor.cs
@@ -22,11 +22,15 @@
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.Angle = rhs.Angle;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
        /// 名称
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true)]
        public string Name { get; set; }
        /// <summary>
@@ -37,6 +41,8 @@
        /// <summary>
        /// 材料
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true)]
        public string Material { get; set; }
        /// <summary>
@@ -45,6 +51,11 @@
        public double MinorLoss { get; set; }
        /// <summary>
        /// 角度
        /// </summary>
        public int? Angle { get; set; }
        /// <summary>
        /// 排序码
        /// </summary>
        public int SortCode { get; set; }