Shuxia Ning
2025-01-08 687a3dfd095bc8c099b7fa6e65f0dc699fdc8f1d
Service/HStation.Service.Assets.Core/01-entity/20-Translation/AssetsTranslationMain.cs
@@ -26,10 +26,10 @@
            this.StartDiameter = rhs.StartDiameter;
            this.EndDiameter = rhs.EndDiameter;
            this.Roughness = rhs.Roughness;
            this.eAlgorithmType = rhs.eAlgorithmType;
            this.TranslationType = rhs.TranslationType;
            this.Material = rhs.Material;
            this.MinorLoss = rhs.MinorLoss;
            this.KeyWord = rhs.KeyWord;
            this.KeyWords = rhs.KeyWords;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
@@ -69,9 +69,9 @@
        public double Roughness { get; set; }
        /// <summary>
        /// 算法类型
        /// 过渡件类型
        /// </summary>
        public int eAlgorithmType { get; set; }
        public int TranslationType { get; set; }
        /// <summary>
        /// 材料
@@ -88,7 +88,7 @@
        /// 识别关键字
        ///</summary>
        [SugarColumn(Length = 255, IsNullable = true)]
        public string KeyWord { get; set; }
        public string KeyWords { get; set; }
        /// <summary>
        /// 参数