Commit d231caca by 李承祥

绩效发放--职称

parent eb12f21a
...@@ -109,9 +109,15 @@ public class ComputeResult ...@@ -109,9 +109,15 @@ public class ComputeResult
/// 年资系数(来自人员名单) /// 年资系数(来自人员名单)
/// </summary> /// </summary>
public Nullable<decimal> WorkYear { get; set; } public Nullable<decimal> WorkYear { get; set; }
/// <summary> /// <summary>
/// 实发绩效 /// 实发绩效
/// </summary> /// </summary>
public decimal? RealGiveFee { get; set; } public decimal? RealGiveFee { get; set; }
/// <summary>
/// 职称
/// </summary>
public string JobTitle { get; set; }
} }
} }
...@@ -50,6 +50,7 @@ public List<ComputeResult> Compute(List<ComputeEmployee> empolyeeList, List<Comp ...@@ -50,6 +50,7 @@ public List<ComputeResult> Compute(List<ComputeEmployee> empolyeeList, List<Comp
AccountingUnit = item.AccountingUnit, AccountingUnit = item.AccountingUnit,
EmployeeName = item.DoctorName, EmployeeName = item.DoctorName,
FitPeople = item.FitPeople, FitPeople = item.FitPeople,
JobTitle = item.JobTitle,
Number = resAccount?.Number, Number = resAccount?.Number,
PerforTotal = resAccount?.PerforTotal, PerforTotal = resAccount?.PerforTotal,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment