lixiaojun
2025-03-02 4ce9d8c856dc2f0e580e92b74f399c80f27f080a
Service/HStation.Service.Assets.Core/01-entity/03-Elbow/AssetsElbowMain.cs
@@ -3,11 +3,11 @@
namespace HStation.Entity
{
    /// <summary>
    /// 业务站
    /// 弯头型号
    /// </summary>
    [SysType("assets_elbow_main")]
    [SugarTable("assets_elbow_main")]
    public class AssetsElbowMain : BaseEntity, ISorter, System.ICloneable
    public class AssetsElbowMain : BaseEntity, ISorter, IFlags, IParas, ITagName, System.ICloneable
    {
        /// <summary>
        ///
@@ -23,8 +23,11 @@
            this.Material = rhs.Material;
            this.Angle = rhs.Angle;
            this.MinorLoss = rhs.MinorLoss;
            this.ElbowLengthType = rhs.ElbowLengthType;
            this.KeyWord = rhs.KeyWord;
            this.ElbowType = rhs.ElbowType;
            this.KeyWords = rhs.KeyWords;
            this.Flags = rhs.Flags;
            this.Paras = rhs.Paras;
            this.TagName = rhs.TagName;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -60,14 +63,29 @@
        public double MinorLoss { get; set; }
        /// <summary>
        /// 参数
        /// </summary>
        public string Paras { get; set; }
        /// <summary>
        /// 标签
        /// </summary>
        public string Flags { get; set; }
        /// <summary>
        /// 标志
        /// </summary>
        public string TagName { get; set; }
        /// <summary>
        /// 弯头长度类型
        /// </summary>
        public int? ElbowLengthType { get; set; }
        public string ElbowType { get; set; }
        /// <summary>
        /// 识别关键字
        /// </summary>
        public string KeyWord { get; set; }
        public string KeyWords { get; set; }
        /// <summary>
        /// 排序码