| | |
| | | } |
| | | this.Name = rhs.Name; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = string.Join(",", rhs.KeyWord); |
| | | this.KeyWord = string.Join(",", rhs.KeyWords); |
| | | this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; |
| | | this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | |
| | | } |
| | | this.Name = rhs.Name; |
| | | this.SortCode = rhs.SortCode; |
| | | this.KeyWord = string.Join(",", rhs.KeyWord); |
| | | this.KeyWord = string.Join(",", rhs.KeyWords); |
| | | this.RunThroughMinorLoss = rhs.RunThroughMinorLoss; |
| | | this.BranchThroughMinorLoss = rhs.BranchThroughMinorLoss; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | |
| | | /// 系数 |
| | | /// </summary> |
| | | |
| | | [DisplayName("系数")] |
| | | [DisplayName("损失系数")] |
| | | [Browsable(true)] |
| | | public double MinorLoss { get; set; } |
| | | |