duheng
2024-11-19 74706b439194deed9c5fde2d5ed02226fc33fd69
Dto/HStation.Dto.Assets.Core/13-Package/02-PackageMain/AddAssetsCompressorMainInput.cs
@@ -11,9 +11,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.PumpCount = rhs.PumpCount;
            this.PumpUseCount = rhs.PumpUseCount;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -35,11 +34,6 @@
        public string Name { get; set; }
        /// <summary>
        /// 设备型号
        /// </summary>
        public string ModelType { get; set; }
        /// <summary>
        /// 类别
        /// </summary>
        public long CatalogID { get; set; }
@@ -47,12 +41,12 @@
        /// <summary>
        /// 设备数量
        /// </summary>
        public int EquipmentCount { get; set; }
        public int PumpCount { get; set; }
        /// <summary>
        /// 使用数量
        /// </summary>
        public int UseCount { get; set; }
        public int PumpUseCount { get; set; }
        /// <summary>
        /// 排序码