duheng
2024-11-26 6fcff08e4f76bce6076319b5b3a2456c2d94c5fe
Service/HStation.Service.Assets.Core/01-entity/13-Package/AssetsPackageMain.cs
@@ -24,9 +24,8 @@
            this.Name = rhs.Name;//
            this.SeriesID = rhs.SeriesID;
            this.CatalogID = rhs.CatalogID;
            this.EquipmentCount = rhs.EquipmentCount;//pumpTotalnumber
            this.UseCount = rhs.UseCount;//pumpusenumber
            this.ModelType = rhs.ModelType;
            this.PumpCount = rhs.PumpCount;
            this.PumpUseCount = rhs.PumpUseCount;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -53,19 +52,14 @@
        public long CatalogID { get; set; }
        /// <summary>
        /// 设备型号
        /// </summary>
        public string ModelType { get; set; }
        /// <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>
        /// 排序码