Shuxia Ning
2025-01-17 a0bce3b366451b3ca94e676eb98dd7b415375c14
Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AssetsCompressorMainDto.cs
@@ -12,9 +12,8 @@
            this.Name = rhs.Name;
            this.SeriesID = rhs.SeriesID;
            this.CatalogID = rhs.CatalogID;
            this.EquipmentCount = rhs.EquipmentCount;
            this.UseCount = rhs.UseCount;
            this.ModelType = rhs.ModelType;
            this.PumpTotal = rhs.PumpTotal;
            this.PumpUseCount = rhs.PumpUseCount;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -50,12 +49,12 @@
        /// <summary>
        /// 设备数量
        /// </summary>
        public int EquipmentCount { get; set; }
        public int PumpTotal { get; set; }
        /// <summary>
        /// 使用数量
        /// </summary>
        public int UseCount { get; set; }
        public int PumpUseCount { get; set; }
        /// <summary>
        /// 排序码