Commit d231caca by 李承祥

绩效发放--职称

parent eb12f21a
......@@ -109,9 +109,15 @@ public class ComputeResult
/// 年资系数(来自人员名单)
/// </summary>
public Nullable<decimal> WorkYear { get; set; }
/// <summary>
/// 实发绩效
/// </summary>
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
AccountingUnit = item.AccountingUnit,
EmployeeName = item.DoctorName,
FitPeople = item.FitPeople,
JobTitle = item.JobTitle,
Number = resAccount?.Number,
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