lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
Service/HStation.Service.Assets.Core/02-model/01-Pump/AssetsPumpType.cs
ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/01-PumpMain/PumpType.cs ÐÞ¸Ä
@@ -19,19 +19,19 @@
        public AssetsPumpType(AssetsPumpType rhs) : base(rhs)
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.Name = rhs.Name;
            this.Description = rhs.Description;
            this.BelongTypeID = rhs.BelongTypeID;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        public void Reset(AssetsPumpType rhs)
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.Name = rhs.Name;
            this.Description = rhs.Description;
            this.BelongTypeID = rhs.BelongTypeID;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
@@ -40,9 +40,10 @@
        public string Name { get; set; }
        /// <summary>
        /// æ‰€å±žç±»åž‹ID
        /// çˆ¶çº§id列表(版本控制)
        /// </summary>
        public long BelongTypeID { get; set; }
        [SugarColumn(ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)]
        public List<long> ParentIds { get; set; }
        /// <summary>
        /// æŽ’序码