duheng
2024-11-29 5c14c9686d2bd7c99fdd6cc6fc19404e6e4b8e4d
Service/HStation.Service.Assets.Core/01-entity/13-Package/AssetsPackageMain.cs
@@ -1,5 +1,4 @@
using System.ComponentModel.DataAnnotations;
using Yw.Entity;
using Yw.Entity;
namespace HStation.Entity
{
@@ -25,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.PumpTotal = rhs.PumpTotal;
            this.PumpUseCount = rhs.PumpUseCount;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
@@ -54,19 +52,14 @@
        public long CatalogID { get; set; }
        /// <summary>
        /// 设备型号
        /// </summary>
        public string ModelType { get; set; }
        /// <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>
        /// 排序码