| | |
| | | { |
| | | } |
| | | |
| | | public PackageViewModel(Vmo.AssetsPackageMainVmo rhs) |
| | | public PackageViewModel(Vmo.AssetsPackageMainVmo rhs, string manufacturer) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Manufacturer = manufacturer; |
| | | 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; |
| | |
| | | public long CatalogID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 厂商 |
| | | /// </summary> |
| | | [DisplayName(" 厂商")] |
| | | [Browsable(true)] |
| | | public string Manufacturer { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 设备型号 |
| | | /// </summary> |
| | | [DisplayName(" 设备型号")] |