duheng
2024-11-29 5c14c9686d2bd7c99fdd6cc6fc19404e6e4b8e4d
WinFrmUI/HStation.WinFrmUI.Assets.Core/12-package/02-main/PackageViewModel.cs
@@ -16,7 +16,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,7 +29,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;