ÎļþÃû´Ó Service/HStation.Service.Assets.Core/02-model/03-FourLinkManage/FourLinkMain.cs ÐÞ¸Ä |
| | |
| | | public AssetsFourlinkMain() |
| | | { } |
| | | |
| | | public AssetsFourlinkMain(AssetsFourlinkMain rhs) |
| | | public AssetsFourlinkMain(AssetsFourlinkMain rhs) : base(rhs) |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.IsDefault = rhs.IsDefault; |
| | | this.Coefficient = rhs.Coefficient; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Caliber = rhs.Caliber; |
| | | this.MaterialName = rhs.MaterialName; |
| | | this.Material = rhs.Material; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Name = rhs.Name; |
| | | this.Description = rhs.Description; |
| | | } |
| | | |
| | |
| | | { |
| | | this.ID = rhs.ID; |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Coefficient = rhs.Coefficient; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Caliber = rhs.Caliber; |
| | | this.MaterialName = rhs.MaterialName; |
| | | this.Material = rhs.Material; |
| | | this.SortCode = rhs.SortCode; |
| | | this.Name = rhs.Name; |
| | | this.Description = rhs.Description; |
| | |
| | | /// <summary> |
| | | /// ææ |
| | | /// </summary> |
| | | public string MaterialName { get; set; } |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç³»æ° |
| | | /// </summary> |
| | | public double? Coefficient { get; set; } |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¯å«å
³é®å |
| | | /// </summary> |
| | | public List<string> KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æåºç |
| | | /// </summary> |
| | | public int SortCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¯å«å
³é®å |
| | | /// </summary> |
| | | public string KeyWord { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¯å¦é»è®¤ |
| | | /// </summary> |
| | | public bool IsDefault { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 说æ |