| | |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.PumpCount = rhs.PumpCount; |
| | | this.PumpTotal = rhs.PumpTotal; |
| | | this.PumpUseCount = rhs.PumpUseCount; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.CatalogID = rhs.CatalogID; |
| | | this.PumpCount = rhs.PumpCount; |
| | | this.PumpTotal = rhs.PumpTotal; |
| | | this.PumpUseCount = rhs.PumpUseCount; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | |
| | | /// <summary> |
| | | /// 设备数量 |
| | | /// </summary> |
| | | public int PumpCount { get; set; } |
| | | public int PumpTotal { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 使用数量 |