no message

parent f864d218
......@@ -110,6 +110,13 @@ public List<NurseResponse> GetNursePerformance(int allotId)
return nurse;
}
/// <summary>
/// 查看科室绩效
/// </summary>
/// <param name="allotId"></param>
/// <param name="department"></param>
/// <param name="type"></param>
/// <returns></returns>
public DeptDetailResponse GetDepartmentDetail(int allotId, string department, int type)
{
if (type == 1)
......
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