| | |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.EquipmentCount = rhs.EquipmentCount; |
| | | this.UseCount = rhs.UseCount; |
| | | this.ModelType = rhs.ModelType; |
| | | this.PumpCount = rhs.PumpCount; |
| | | this.PumpUseCount = rhs.PumpUseCount; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | |
| | | public string Name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 设备型号 |
| | | /// </summary> |
| | | public string ModelType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 类别 |
| | | /// </summary> |
| | | public long CatalogID { get; set; } |
| | |
| | | /// <summary> |
| | | /// 设备数量 |
| | | /// </summary> |
| | | public int EquipmentCount { get; set; } |
| | | public int PumpCount { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 使用数量 |
| | | /// </summary> |
| | | public int UseCount { get; set; } |
| | | public int PumpUseCount { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |