duheng
2024-12-27 1c3e5bc50d3045d51cb9a9f747d53442b82d9e2c
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;
@@ -85,7 +85,7 @@
        /// <summary>
        /// 识别关键字
        /// </summary>
        public string KeyWord { get; set; }
        public string KeyWords { get; set; }
        /// <summary>
        /// 排序码