文件名从 Service/HStation.Service.Assets.Core/02-model/01-PumpMain/PumpGroup.cs 修改 |
| | |
| | | public AssetsPumpGroup(AssetsPumpGroup rhs) : base(rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.PumpSeriesID = rhs.PumpSeriesID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras == null ? null : new Dictionary<string, string>(rhs.Paras); |
| | | this.PumpSeriesID = rhs.PumpSeriesID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Flags = rhs.Flags?.ToList(); |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | |
| | | public void Reset(AssetsPumpGroup rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.PumpSeriesID = rhs.PumpSeriesID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | |
| | | /// <summary> |
| | | /// 娉电郴鍒桰D |
| | | /// </summary> |
| | | public long PumpSeriesID { get; set; } |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍙傛暟 |