增加统计
This commit is contained in:
@@ -27,20 +27,23 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
//总任务数
|
||||
public int? TotalTaskCount { get; set; }
|
||||
|
||||
//应用的任务总数
|
||||
//已经应用的任务总数
|
||||
public int? ApplyedTotalTaskCount { get; set; }
|
||||
|
||||
//自己的任务数
|
||||
|
||||
//该医生未应用的任务数
|
||||
public int? WaitApplySelfTaskCount { get; set; }
|
||||
|
||||
//该医生已应用的任务数
|
||||
public int? SelfTaskCount { get; set; }
|
||||
|
||||
//分配给自己的Subject数量
|
||||
//已经分配该医生Subject数量
|
||||
public int? SelfSubjectCount { get; set; }
|
||||
|
||||
|
||||
//已应用的Subject 数
|
||||
//已应用 的Subject 数
|
||||
public int? ApplyedTotalSubjectCount { get; set; }
|
||||
|
||||
//系统Subject 数
|
||||
//系统 Subject数
|
||||
public int? TotalSubjectCount { get; set; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user