Shuxia Ning
2024-11-08 0cd48df8ccca96a8a0117a508c342a90dc2eacb8
Service/HStation.Service.Assets.Core/01-entity/05-Sprinkler/AssetsSprinklerSeries.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/01-entity/04-Sprinkler/SprinklerSeries.cs ÐÞ¸Ä
@@ -7,7 +7,7 @@
    /// </summary>
    [SysType("assets_sprinkler_series")]
    [SugarTable("assets_sprinkler_series")]
    public class AssetsSprinklerSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, IUseStatus, System.ICloneable
    public class AssetsSprinklerSeries : BaseEntity, IParas, IFlags, ITagName, ISorter, System.ICloneable
    {
        /// <summary>
        ///
@@ -21,15 +21,20 @@
        public AssetsSprinklerSeries(AssetsSprinklerSeries 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.Type = rhs.Type;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
        /// çˆ¶çº§id列表(版本控制)
        /// </summary>
        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
        public string ParentIds { get; set; }
        /// <summary>
        /// åç§°
@@ -52,19 +57,9 @@
        public string TagName { get; set; }
        /// <summary>
        /// ä½¿ç”¨çŠ¶æ€
        /// </summary>
        public int UseStatus { get; set; }
        /// <summary>
        /// æŽ’序码
        /// </summary>
        public int SortCode { get; set; }
        /// <summary>
        /// ç±»åž‹
        /// </summary>
        public string Type { get; set; }
        /// <summary>
        /// è¯´æ˜Ž