lixiaojun
2025-02-19 294b81166f21e12247e784d6bf404f5f34b2ee19
WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/02-main/PackageViewModel.cs
@@ -1,6 +1,4 @@
using System.ComponentModel;
namespace HStation.WinFrmUI.Assets
namespace HStation.WinFrmUI.Assets
{
    public class PackageViewModel
    {
@@ -16,7 +14,7 @@
            this.NO = rhs.NO;
            this.CatalogID = rhs.CatalogID;
            this.SeriesID = rhs.SeriesID;
            this.EquipmentCount = rhs.PumpCount;
            this.EquipmentCount = rhs.PumpTotal;
            this.UseCount = rhs.PumpUseCount;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
@@ -29,14 +27,14 @@
            this.NO = rhs.NO;
            this.CatalogID = rhs.CatalogID;
            this.SeriesID = rhs.SeriesID;
            this.EquipmentCount = rhs.PumpCount;
            this.EquipmentCount = rhs.PumpTotal;
            this.UseCount = rhs.PumpUseCount;
            this.SortCode = rhs.SortCode;
            this.Description = rhs.Description;
        }
        /// <summary>
        /// ID
        /// UserID
        /// </summary>
        public long ID { get; set; }