duheng
2024-11-06 31e3f4ffdf7d566db391a5fcb94984f23e0abb02
Service/HStation.Service.Assets.Core/02-model/02-ElbowManage/AssetsElbowSeries.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/02-ElbowManage/ElbowSeries.cs ÐÞ¸Ä
@@ -6,7 +6,7 @@
    /// é˜€é—¨ç³»åˆ—
    /// </summary>
    [SysType("assets_elbow_series")]
    public class AssetsElbowSeries : BaseModel, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
    public class AssetsElbowSeries : BaseModel, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        ///
@@ -19,12 +19,11 @@
        /// </summary>
        public AssetsElbowSeries(AssetsElbowSeries rhs) : base(rhs)
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -32,14 +31,19 @@
        public void Reset(AssetsElbowSeries rhs)
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
            this.TagName = rhs.TagName;
            this.UseStatus = rhs.UseStatus;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
        /// çˆ¶çº§id列表
        /// </summary>
        public List<long> ParentIds { get; set; }
        /// <summary>
        /// åç§°
@@ -62,19 +66,14 @@
        public string TagName { get; set; }
        /// <summary>
        /// ä½¿ç”¨çŠ¶æ€
        /// æŽ’序码
        /// </summary>
        public eUseStatus UseStatus { get; set; }
        public int SortCode { get; set; }
        /// <summary>
        /// è¯´æ˜Ž
        /// </summary>
        public string Description { get; set; }
        /// <summary>
        /// æŽ’序码
        /// </summary>
        public int SortCode { get; set; }
        /// <summary>
        ///