copy from Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/04-PumpMaping/PumpGroupAndMainMapDto.cs
copy to Dto/HStation.Dto.Assets.Core/00-Pump/10-PumpSeriesManufacturerMapping/AssetsPumpSeriesManufacturerMappingDto.cs
文件从 Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/04-PumpMaping/PumpGroupAndMainMapDto.cs 复制 |
| | |
| | | 锘縩amespace HStation.Dto.Assets |
| | | { |
| | | public class AssetsPumpGroupAndMainMapDto |
| | | public class AssetsPumpSeriesManufacturerMappingDto |
| | | { |
| | | public AssetsPumpGroupAndMainMapDto() |
| | | public AssetsPumpSeriesManufacturerMappingDto() |
| | | { |
| | | } |
| | | |
| | | public AssetsPumpGroupAndMainMapDto(Model.AssetsPumpGroupAndMainMap rhs) |
| | | public AssetsPumpSeriesManufacturerMappingDto(Model.AssetsPumpSeriesManufacturerMapping rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.PumpGroupID = rhs.PumpGroupID; |
| | | this.PumpMainID = rhs.PumpMainID; |
| | | this.Flags = rhs.Flags; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.ManufacturerID = rhs.ManufacturerID; |
| | | this.Paras = rhs.Paras; |
| | | this.TagName = rhs.TagName; |
| | | this.Flags = rhs.Flags; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// id |
| | | /// </summary> |
| | | public long ID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 娉电粍ID |
| | | /// 绯诲垪ID |
| | | /// </summary> |
| | | public long PumpGroupID { get; set; } |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 娉靛瀷鍙稩D |
| | | /// 鍘傚晢ID |
| | | /// </summary> |
| | | public long PumpMainID { get; set; } |
| | | public long ManufacturerID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍙傛暟 |