lixiaojun
2025-04-09 0f99680aff09e91f521b5909aab42811c1c3e6f1
Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowMain.cs
@@ -3,7 +3,7 @@
namespace HStation.Entity
{
    /// <summary>
    /// 业务站
    /// 弯头型号
    /// </summary>
    [SysType("assets_elbow_main")]
    [SugarTable("assets_elbow_main")]
@@ -24,7 +24,7 @@
            this.Angle = rhs.Angle;
            this.MinorLoss = rhs.MinorLoss;
            this.ElbowType = rhs.ElbowType;
            this.KeyWord = rhs.KeyWord;
            this.KeyWords = rhs.KeyWords;
            this.Flags = rhs.Flags;
            this.Paras = rhs.Paras;
            this.TagName = rhs.TagName;
@@ -80,12 +80,12 @@
        /// <summary>
        /// 弯头长度类型
        /// </summary>
        public int? ElbowType { get; set; }
        public string ElbowType { get; set; }
        /// <summary>
        /// 识别关键字
        /// </summary>
        public string KeyWord { get; set; }
        public string KeyWords { get; set; }
        /// <summary>
        /// 排序码