duheng
2024-12-24 b826e3716742abba49ab2a851b943ea8328db66e
Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowFactor.cs
@@ -22,11 +22,14 @@
            this.Caliber = rhs.Caliber;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
        /// 名称
        /// </summary>
        [SugarColumn(Length = 50, IsNullable = true)]
        public string Name { get; set; }
        /// <summary>
@@ -37,6 +40,8 @@
        /// <summary>
        /// 材料
        /// </summary>
        [SugarColumn(Length = 100, IsNullable = true)]
        public string Material { get; set; }
        /// <summary>