| | |
| | | |
| | | public PumpCurveExMapping(PumpCurve rhs, PumpCurveMapping mapping) : base(rhs) |
| | | { |
| | | this.MappingID = mapping.Id; |
| | | this.PumpID = mapping.PumpId; |
| | | this.MappingId = mapping.Id; |
| | | this.PumpId = mapping.PumpId; |
| | | this.OtherName = mapping.OtherName; |
| | | this.SortCode = mapping.SortCode; |
| | | this.IsWorking = mapping.IsWorking; |
| | |
| | | /// <summary> |
| | | /// 映射标识 |
| | | /// </summary> |
| | | public long MappingID { get; set; } |
| | | public long MappingId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 泵标识 |
| | | /// </summary> |
| | | public long PumpID { get; set; } |
| | | public long PumpId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 别名 |