| | |
| | | using System.ComponentModel; |
| | | |
| | | namespace HStation.WinFrmUI.Assets |
| | | namespace HStation.WinFrmUI.Assets |
| | | { |
| | | public class PackageViewModel |
| | | { |
| | |
| | | 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; |
| | |
| | | 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; } |
| | | |