Commit b457246c by ruyun.zhang

添加管理绩效注释

parent cbbd0ecf
...@@ -281,6 +281,30 @@ public ApiResponse EmpDetail([FromBody] EmpDetailRequest request) ...@@ -281,6 +281,30 @@ public ApiResponse EmpDetail([FromBody] EmpDetailRequest request)
// 两个入口 // 两个入口
// 一种只传参数 ComputeId // 一种只传参数 ComputeId
// 一种只传参数 AllotId、UnitType、AccountingUnit // 一种只传参数 AllotId、UnitType、AccountingUnit
/*
考核前绩效
核算人数
人均绩效
基础绩效系数
出勤率
实际人均
效率绩效人数
效率系数
效率绩效小计
规模绩效系数
规模绩效小计
管理绩效发放系数
考核前管理绩效
考核得分率
考核后管理绩效
医院奖罚(5.2 业务中层行政中高层业务奖罚)
其他管理绩效(6.9 其他管理绩效)
调节系数
调节后其他绩效(6.10 调节后其他管理绩效)
绩效合计
*/
throw new NotImplementedException(); throw new NotImplementedException();
} }
......
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