| | |
| | | {//消火栓 |
| | | list.AddRange(this.Hydrants); |
| | | } |
| | | if (this.Coolings != null && this.Coolings.Count > 0) |
| | | {//冷却塔 |
| | | list.AddRange(this.Coolings); |
| | | } |
| | | if (this.Meters != null && this.Meters.Count > 0) |
| | | {//水表 |
| | | list.AddRange(this.Meters); |
| | |
| | | if (this.Hydrants != null && this.Hydrants.Count > 0) |
| | | {//消火栓 |
| | | list.AddRange(this.Hydrants); |
| | | } |
| | | if (this.Coolings != null && this.Coolings.Count > 0) |
| | | {//冷却塔 |
| | | list.AddRange(this.Coolings); |
| | | } |
| | | if (this.Meters != null && this.Meters.Count > 0) |
| | | {//水表 |
| | |
| | | {//消火栓 |
| | | list.AddRange(this.Hydrants); |
| | | } |
| | | if (this.Coolings != null && this.Coolings.Count > 0) |
| | | {//冷却塔 |
| | | list.AddRange(this.Coolings); |
| | | } |
| | | if (this.Meters != null && this.Meters.Count > 0) |
| | | {//水表 |
| | | list.AddRange(this.Meters); |
| | |
| | | {//消火栓 |
| | | list.AddRange(this.Hydrants); |
| | | } |
| | | if (this.Coolings != null && this.Coolings.Count > 0) |
| | | {//冷却塔 |
| | | list.AddRange(this.Coolings); |
| | | } |
| | | if (this.Meters != null && this.Meters.Count > 0) |
| | | {//水表 |
| | | list.AddRange(this.Meters); |
| | |
| | | {//消火栓 |
| | | list.AddRange(this.Hydrants); |
| | | } |
| | | if (this.Coolings != null && this.Coolings.Count > 0) |
| | | {//冷却塔 |
| | | list.AddRange(this.Coolings); |
| | | } |
| | | |
| | | return list; |
| | | } |