lixiaojun
2024-11-18 a302d7d16e6bed80511cb49813d16829eb933560
Dto/HStation.Dto.Assets.Core/12-Compressor/01-CompressorSeries/AssetsCompressorSeriesDto.cs
@@ -13,6 +13,7 @@
        {
            this.ID = rhs.ID;
            this.ParentIds = rhs.ParentIds;
            this.CatalogID = rhs.CatalogID;
            this.Name = rhs.Name;
            this.Paras = rhs.Paras;
            this.Flags = rhs.Flags;
@@ -32,6 +33,11 @@
        public List<long> ParentIds { get; set; }
        /// <summary>
        /// 所属类别ID
        /// </summary>
        public long CatalogID { get; set; }
        /// <summary>
        /// 名称
        /// </summary>
        public string Name { get; set; }