文件名从 Dto/HStation.Dto.Assets.Core/00-Pump/01-PumpMainManage/04-PumpMaping/PumpGroupAndMainMapDto.cs 修改 |
| | |
| | | { |
| | | } |
| | | |
| | | public AssetsPumpGroupAndMainMapDto(Model.AssetsPumpGroupAndMainMap rhs) |
| | | public AssetsPumpGroupAndMainMapDto(Model.AssetsPumpGroupAndMainMapping rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.PumpGroupID = rhs.PumpGroupID; |
| | | this.PumpMainID = rhs.PumpMainID; |
| | | this.GroupID = rhs.GroupID; |
| | | this.MainID = rhs.MainID; |
| | | this.Flags = rhs.Flags; |
| | | this.Paras = rhs.Paras; |
| | | this.TagName = rhs.TagName; |
| | |
| | | /// <summary> |
| | | /// 娉电粍ID |
| | | /// </summary> |
| | | public long PumpGroupID { get; set; } |
| | | public long GroupID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 娉靛瀷鍙稩D |
| | | /// </summary> |
| | | public long PumpMainID { get; set; } |
| | | public long MainID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鍙傛暟 |