| | |
| | | public AddAssetsSprinklerMainInput(Model.AssetsSprinklerMain rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Material = rhs.Material; |
| | | this.Caliber = rhs.Caliber; |
| | | this.Name = rhs.Name; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.FlowMinorLoss = rhs.FlowMinorLoss; |
| | | this.Angle = rhs.Angle; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | | public long ID { get; set; } |
| | |
| | | private double? FlowMinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 排序码 |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | /// </summary> |
| | | public List<string> KeyWord { get; set; } |
| | | /// <summary> |
| | | /// 排序码 |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说明 |